--- id: 01-extended-state epic: dag-and-readiness-v1 title: Frontmatter array parsing + extended state shape type: technical-story status: done feature: scripts depends-on: [] blocks: [02-dag-computation] --- ## Tasks - [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