chore(work): close out template-reset-v1 epic — all 12 tasks done
Mark epic + story status done, check all task boxes, rebuild _state.json. All checks green: typecheck, tests (360 passing), lint, turbo boundaries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,27 +1,21 @@
|
|||||||
{
|
{
|
||||||
"updated_at": "2026-05-13T08:17:52.241Z",
|
"updated_at": "2026-05-13T08:18:31.249Z",
|
||||||
"epics": {
|
"epics": {
|
||||||
"template-reset-v1": {
|
"template-reset-v1": {
|
||||||
"status": "in-progress",
|
"status": "done",
|
||||||
"title": "Template reset — strip setup-process noise + archive history",
|
"title": "Template reset — strip setup-process noise + archive history",
|
||||||
"stories": {
|
"stories": {
|
||||||
"01-template-reset": {
|
"01-template-reset": {
|
||||||
"status": "in-progress",
|
"status": "done",
|
||||||
"title": "Strip setup refs + archive history + rename ADR-012",
|
"title": "Strip setup refs + archive history + rename ADR-012",
|
||||||
"ac_total": 12,
|
"ac_total": 12,
|
||||||
"ac_completed": 9,
|
"ac_completed": 12,
|
||||||
"depends_on": [],
|
"depends_on": [],
|
||||||
"blocks": []
|
"blocks": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ready": [
|
"ready": [],
|
||||||
{
|
|
||||||
"epic": "template-reset-v1",
|
|
||||||
"story": "01-template-reset",
|
|
||||||
"title": "Strip setup refs + archive history + rename ADR-012"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"blocked": []
|
"blocked": []
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: 01-template-reset
|
|||||||
epic: template-reset-v1
|
epic: template-reset-v1
|
||||||
title: Strip setup refs + archive history + rename ADR-012
|
title: Strip setup refs + archive history + rename ADR-012
|
||||||
type: technical-story
|
type: technical-story
|
||||||
status: in-progress
|
status: done
|
||||||
feature: cleanup
|
feature: cleanup
|
||||||
depends-on: []
|
depends-on: []
|
||||||
blocks: []
|
blocks: []
|
||||||
@@ -20,6 +20,6 @@ blocks: []
|
|||||||
- [x] Strip Phase/Plan/R-number references from source comments (packages/**/src, apps/**/src, scripts/, turbo/generators)
|
- [x] Strip Phase/Plan/R-number references from source comments (packages/**/src, apps/**/src, scripts/, turbo/generators)
|
||||||
- [x] Strip Lazar references from source comments + docs (CLAUDE.md, AGENTS.md, README.md, runbook, guides, turbo/generators)
|
- [x] Strip Lazar references from source comments + docs (CLAUDE.md, AGENTS.md, README.md, runbook, guides, turbo/generators)
|
||||||
- [x] Rename docs/decisions/adr-012-lazar-conformance.md → adr-012-feature-conventions.md; update content + cross-references
|
- [x] Rename docs/decisions/adr-012-lazar-conformance.md → adr-012-feature-conventions.md; update content + cross-references
|
||||||
- [ ] Update cli.test.mjs to accept empty docs/work/ state
|
- [x] Update cli.test.mjs to accept empty docs/work/ state
|
||||||
- [ ] Rebuild \_state.json
|
- [x] Rebuild \_state.json
|
||||||
- [ ] Final verification + closeout
|
- [x] Final verification + closeout
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: template-reset-v1
|
|||||||
prd: null
|
prd: null
|
||||||
title: Template reset — strip setup-process noise + archive history
|
title: Template reset — strip setup-process noise + archive history
|
||||||
type: epic
|
type: epic
|
||||||
status: in-progress
|
status: done
|
||||||
features: [docs, cleanup]
|
features: [docs, cleanup]
|
||||||
created: 2026-05-13
|
created: 2026-05-13
|
||||||
---
|
---
|
||||||
@@ -22,4 +22,4 @@ setup history bleeding through comments or docs.
|
|||||||
|
|
||||||
## Stories
|
## Stories
|
||||||
|
|
||||||
- [ ] [01 — Template reset (one-shot cleanup)](01-template-reset/_story.md)
|
- [x] [01 — Template reset (one-shot cleanup)](01-template-reset/_story.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user