feat: make feature and bug-fix delivery verifiable (v0.9.0) - #1
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem and result
Ordinary feature requests did not enter the kit, small bug fixes followed a route incompatible with the shared stages, and approvals could remain usable after the reviewed artifact or code changed. This change makes feature and bug-fix requests use one compact/full workflow, binds gates to the reviewed inputs, and requires evidence of the agreed delivery before closing work as shipped.
Automation no longer skips semantic risk review on a clean keyword scan. Already authorized scope is reused, while required independent verification remains. Requirements and final evidence are durable; repeated all-stage dispatch, duplicate approvals, unconditional full-suite checks, and immediate evidence deletion are removed.
Compatibility
Track: microremains accepted as the compact route.init.shremoves only the exact obsolete kit-owned ignore entries; it does not modify the Git index.Validation
bash gates/selftest.sh: 35 cases passed.bash gates/e2e.sh: 133 assertions passed, including real feature and reproduced bug flows, resume/approval invalidation, delivery mismatch, evidence persistence, and unsupported-path rejection.git diff --checkpassed.Release
Prepares v0.9.0. Publish only after independent QA, required cross-platform CI, and the protected-main merge pass.