docs(work): close work-system-v1 epic
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"updated_at": "2026-05-13T05:46:57.686Z",
|
"updated_at": "2026-05-13T05:47:28.219Z",
|
||||||
"epics": {
|
"epics": {
|
||||||
"agent-workflow-docs-v1": {
|
"agent-workflow-docs-v1": {
|
||||||
"status": "done",
|
"status": "done",
|
||||||
@@ -92,14 +92,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"work-system-v1": {
|
"work-system-v1": {
|
||||||
"status": "in-progress",
|
"status": "done",
|
||||||
"title": "Work system v1 (MVP) — state tracking + pnpm work CLI",
|
"title": "Work system v1 (MVP) — state tracking + pnpm work CLI",
|
||||||
"stories": {
|
"stories": {
|
||||||
"01-state-builder-and-cli": {
|
"01-state-builder-and-cli": {
|
||||||
"status": "in-progress",
|
"status": "done",
|
||||||
"title": "State builder + pnpm work CLI",
|
"title": "State builder + pnpm work CLI",
|
||||||
"ac_total": 5,
|
"ac_total": 5,
|
||||||
"ac_completed": 0
|
"ac_completed": 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: 01-state-builder-and-cli
|
|||||||
epic: work-system-v1
|
epic: work-system-v1
|
||||||
title: State builder + pnpm work CLI
|
title: State builder + pnpm work CLI
|
||||||
type: technical-story
|
type: technical-story
|
||||||
status: in-progress
|
status: done
|
||||||
feature: scripts
|
feature: scripts
|
||||||
depends-on: []
|
depends-on: []
|
||||||
blocks: []
|
blocks: []
|
||||||
@@ -26,8 +26,8 @@ regenerates `_state.json` from markdown.
|
|||||||
- Dependency-graph analysis
|
- Dependency-graph analysis
|
||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
- [ ] Epic + story scaffold
|
- [x] Epic + story scaffold
|
||||||
- [ ] state-builder.mjs + tests
|
- [x] state-builder.mjs + tests
|
||||||
- [ ] cli.mjs + tests
|
- [x] cli.mjs + tests
|
||||||
- [ ] _state.json initial commit + pnpm work script entry
|
- [x] _state.json initial commit + pnpm work script entry
|
||||||
- [ ] Final verification + closeout
|
- [x] Final verification + closeout
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: work-system-v1
|
|||||||
prd: null
|
prd: null
|
||||||
title: Work system v1 (MVP) — state tracking + pnpm work CLI
|
title: Work system v1 (MVP) — state tracking + pnpm work CLI
|
||||||
type: epic
|
type: epic
|
||||||
status: in-progress
|
status: done
|
||||||
features: [scripts]
|
features: [scripts]
|
||||||
created: 2026-05-13
|
created: 2026-05-13
|
||||||
---
|
---
|
||||||
@@ -25,4 +25,4 @@ work?" and "where are we?" — without scanning every story file by hand.
|
|||||||
- Pre-commit hooks (the state file is rebuilt manually for now)
|
- Pre-commit hooks (the state file is rebuilt manually for now)
|
||||||
|
|
||||||
## Stories
|
## Stories
|
||||||
- [ ] [01 — State builder + CLI](01-state-builder-and-cli/_story.md)
|
- [x] [01 — State builder + CLI](01-state-builder-and-cli/_story.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user