docs(work): close dag-and-readiness-v1 epic

This commit is contained in:
2026-05-13 08:06:21 +02:00
parent 4cf979aaa5
commit e92610e7f1
5 changed files with 125 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ id: 01-extended-state
epic: dag-and-readiness-v1
title: Frontmatter array parsing + extended state shape
type: technical-story
status: in-progress
status: done
feature: scripts
depends-on: []
blocks: [02-dag-computation]
@@ -11,7 +11,7 @@ blocks: [02-dag-computation]
## Tasks
- [ ] Story scaffold
- [ ] Extend parseFrontmatter to parse array values like `depends-on: [a, b]`
- [ ] Extend buildState to include depends_on + blocks per story entry
- [ ] Update existing tests; add new array-parsing tests
- [x] Story scaffold
- [x] Extend parseFrontmatter to parse array values like `depends-on: [a, b]`
- [x] Extend buildState to include depends_on + blocks per story entry
- [x] Update existing tests; add new array-parsing tests

View File

@@ -3,7 +3,7 @@ id: 02-dag-computation
epic: dag-and-readiness-v1
title: DAG computation — ready + blocked story sets
type: technical-story
status: todo
status: done
feature: scripts
depends-on: [01-extended-state]
blocks: [03-cli-subcommands]
@@ -11,6 +11,6 @@ blocks: [03-cli-subcommands]
## Tasks
- [ ] computeReadyBlocked(state) — pure function
- [ ] Tests
- [ ] Wire into buildState output
- [x] computeReadyBlocked(state) — pure function
- [x] Tests
- [x] Wire into buildState output

View File

@@ -3,7 +3,7 @@ id: 03-cli-subcommands
epic: dag-and-readiness-v1
title: CLI ready / blocked subcommands
type: technical-story
status: todo
status: done
feature: scripts
depends-on: [02-dag-computation]
blocks: []
@@ -11,8 +11,8 @@ blocks: []
## Tasks
- [ ] `pnpm work ready` — prints ready stories
- [ ] `pnpm work blocked` — prints blocked stories with waiting_on
- [ ] Update `pnpm work next` to use the ready set
- [ ] CLI smoke tests
- [ ] Final verification + closeout
- [x] `pnpm work ready` — prints ready stories
- [x] `pnpm work blocked` — prints blocked stories with waiting_on
- [x] Update `pnpm work next` to use the ready set
- [x] CLI smoke tests
- [x] Final verification + closeout

View File

@@ -3,7 +3,7 @@ id: dag-and-readiness-v1
prd: null
title: DAG + readiness — depends-on / blocks parsing
type: epic
status: in-progress
status: done
features: [scripts]
created: 2026-05-13
---
@@ -16,6 +16,6 @@ from the depends-on graph instead of just the first non-done story.
## Stories
- [ ] [01 — Frontmatter array parsing + extended state shape](01-extended-state/_story.md)
- [ ] [02 — DAG computation: ready + blocked](02-dag-computation/_story.md)
- [ ] [03 — CLI ready / blocked subcommands](03-cli-subcommands/_story.md)
- [x] [01 — Frontmatter array parsing + extended state shape](01-extended-state/_story.md)
- [x] [02 — DAG computation: ready + blocked](02-dag-computation/_story.md)
- [x] [03 — CLI ready / blocked subcommands](03-cli-subcommands/_story.md)