docs(work): scaffold dag-and-readiness-v1 epic + stories
This commit is contained in:
21
docs/work/dag-and-readiness-v1/_epic.md
Normal file
21
docs/work/dag-and-readiness-v1/_epic.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
id: dag-and-readiness-v1
|
||||
prd: null
|
||||
title: DAG + readiness — depends-on / blocks parsing
|
||||
type: epic
|
||||
status: in-progress
|
||||
features: [scripts]
|
||||
created: 2026-05-13
|
||||
---
|
||||
|
||||
## Goal
|
||||
|
||||
Extend the state builder + CLI so `pnpm work next` / `pnpm work ready` /
|
||||
`pnpm work blocked` answer "what's actually unblocked right now?"
|
||||
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)
|
||||
Reference in New Issue
Block a user