Adopt schema-3 four-stage SDLC with mandatory approval - #220
Open
IchenDEV wants to merge 3 commits into
Open
Conversation
Replace legacy change.md bundles with intent/spec/plan/verification stages, add devflow CLI and checker enforcement, and migrate historical change records. Co-authored-by: Cursor <cursoragent@cursor.com>
IchenDEV
marked this pull request as ready for review
September 2, 2026 10:50
Re-migrate two conflicted change bundles from main's updated change.md and migrate 31 new main bundles to schema-3 stage files. Co-authored-by: Cursor <cursoragent@cursor.com>
Git rename detection kept the deleted change.md path in PR diffs; ignore rename sources when enforcing schema 3. Co-authored-by: Cursor <cursoragent@cursor.com>
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 freeto 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.
Canonical change bundle
Link the canonical
docs/sdlc/changes/<date>-<slug>/bundle:Outcome
Material repository changes now use four schema-3 stage files (
intent.md,spec.md,plan.md,verification.md) with mandatory Intent → Spec → Plan approval before merge. Legacychange.mdbundles are migrated and rejected by the checker. A repository-nativedevflowCLI records stage approvals and creation.Verification
AC-Nacceptance criterion is mapped to one actual command or linked evidence item inverification.md.verification.mdrecordsVerdict:and residual risk consistently with its status.Review and release
Test plan
bun test script/verify/checks.test.ts script/devflow.test.tsbun script/verify/docs.tsbun script/verify/sdlc.tsbun script/verify/sdlc.ts --worktree(on committed SDLC-only diff)Made with Cursor