447 B
447 B
id, epic, title, type, status, feature, depends-on, blocks
| id | epic | title | type | status | feature | depends-on | blocks | |
|---|---|---|---|---|---|---|---|---|
| 01-extended-state | dag-and-readiness-v1 | Frontmatter array parsing + extended state shape | technical-story | done | scripts |
|
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