Skip to content

Commit 4c3863a

Browse files
authored
Merge pull request #101 from PatrickSys/chore/reconcile-local-state-after-v1-8
chore: reconcile local v1.8 state
2 parents 9cf273a + 79b5290 commit 4c3863a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ MILESTONES.md
4141

4242
# Codebase indexer cache
4343
.codebase-context/
44+
_bmad/
45+
.cursor/
4446

4547
# Local temp files (slides, previews, scratch)
4648
tmp/

tests/gsdd.guards.test.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3214,7 +3214,7 @@ describe('G37 - Launch Surface Consistency', () => {
32143214

32153215
const planningSpec = fs.readFileSync(PLANNING_SPEC_MD, 'utf-8');
32163216
const roadmap = fs.readFileSync(PLANNING_ROADMAP_MD, 'utf-8');
3217-
assert.match(planningSpec, /v1\.2\.0 Fork-Honest Launch Hardening SHIPPED|\/gsdd-new-milestone|v1\.3\.0 Engine Contract Hardening|\/gsdd-verify 29|v1\.5\.0 Brownfield Change Continuity|\/gsdd-plan 39|v1\.6 Release Spine Hardening|\/gsdd-execute 44/i,
3217+
assert.match(planningSpec, /v1\.2\.0 Fork-Honest Launch Hardening SHIPPED|\/gsdd-new-milestone|v1\.3\.0 Engine Contract Hardening|\/gsdd-verify 29|v1\.5\.0 Brownfield Change Continuity|\/gsdd-plan 39|v1\.6 Release Spine Hardening|\/gsdd-execute 44|v1\.8 UI Proof|\/gsdd-plan 58/i,
32183218
'.planning/SPEC.md must reflect honest milestone state after the v1.2.0 archive handoff, whether still between milestones or already in the next milestone. FIX: Keep Current State aligned to repo truth.');
32193219
assert.match(roadmap, /Phase 24: Naming Contract Reconciliation/i,
32203220
'.planning/ROADMAP.md must preserve the archived naming-surface reconciliation path. FIX: Keep the v1.2.0 phase chain visible after collapse.');

0 commit comments

Comments
 (0)