Skip to content

Commit 999589e

Browse files
committed
docs: fix phase references after M6->M7 re-sequencing
The re-sequence renamed the cleanup phase M6->M7 and inserted the fold at M6. Three references still meant the old M6: §2 "After M6" end-state, the cleanup task's "M1-M6 are complete" note, and §10 "M1-M6 migration is complete". Updated to the final phase / M1-M7 so the plan-of-record is internally consistent. Constraint: docs only; corrects dangling phase references introduced by the re-sequence; no code change Tested: docs validator 0 errors Confidence: high Roadmap-Status: unchanged
1 parent 9d6461b commit 999589e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/generated/docs-inventory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ Do not edit this file manually — regenerate instead.
414414
| `ops/security-hardening.md` | working | 11733 | `0a385c7dab82` |
415415
| `ops/troubleshooting.md` | working | 9127 | `4921b6d50f5c` |
416416
| `permission-and-approval-playbook.md` | working | 6560 | `813bc74bb156` |
417-
| `plans/adr-0032-m1-m6-work-plan-2026-06-13.md` | archive | 46121 | `a6ed90c9c72f` |
417+
| `plans/adr-0032-m1-m6-work-plan-2026-06-13.md` | archive | 46234 | `6d6c5a383472` |
418418
| `plans/agent-ecosystem-acceptance-roadmap-2026-05-31.md` | archive | 29099 | `7c4a4972cfeb` |
419419
| `plans/community-pain-points-response-plan-2026-06-05.md` | archive | 7276 | `571d010133ad` |
420420
| `plans/competitive-positioning-plan-2026-05-31.md` | archive | 8726 | `d16dfd2bdd99` |

docs/plans/adr-0032-m1-m6-work-plan-2026-06-13.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Current read as of 2026-06-13:
3535

3636
## 2. Target Shape
3737

38-
After M6, TeaAgent should have one run-lifecycle event spine:
38+
After the final phase (M7 post re-sequencing — see §5/§14), TeaAgent should
39+
have one run-lifecycle event spine:
3940

4041
```text
4142
AgentRunner emits typed RunEvents
@@ -703,8 +704,8 @@ commit once Slice A is green.
703704
- Acceptance Criteria:
704705
- No orphaned eventing validator errors.
705706
- Full acceptance tier passes.
706-
- ADR 0032 receives a supersession/update note that M1-M6 are complete or
707-
lists remaining compatibility shims.
707+
- ADR 0032 receives a supersession/update note that all phases (M1-M7 post
708+
re-sequencing) are complete or lists remaining compatibility shims.
708709
- Tests:
709710
- Full acceptance tier.
710711
- Docs consistency.
@@ -789,7 +790,7 @@ python3 scripts/run_acceptance_tier.py --tier all
789790

790791
## 10. Definition of Done
791792

792-
The ADR 0032 M1-M6 migration is complete only when:
793+
The ADR 0032 migration (M1-M7 post re-sequencing, §14) is complete only when:
793794

794795
- All milestone exit criteria in section 7 are met.
795796
- `AuditLogger.record()` remains as a compatibility API but runner-owned audit

0 commit comments

Comments
 (0)