docs(work): scaffold dag-and-readiness-v1 epic + stories

This commit is contained in:
2026-05-13 07:59:53 +02:00
parent 886826d620
commit adabb3428d
5 changed files with 97 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
---
id: 03-cli-subcommands
epic: dag-and-readiness-v1
title: CLI ready / blocked subcommands
type: technical-story
status: todo
feature: scripts
depends-on: [02-dag-computation]
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