From ee315352ffd2c45fde2b7612e4f5ef83c5115e41 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Wed, 13 May 2026 07:47:33 +0200 Subject: [PATCH] docs(work): close work-system-v1 epic --- docs/work/_state.json | 8 ++++---- .../01-state-builder-and-cli/_story.md | 12 ++++++------ docs/work/work-system-v1/_epic.md | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/work/_state.json b/docs/work/_state.json index 0917b79..118e279 100644 --- a/docs/work/_state.json +++ b/docs/work/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-05-13T05:46:57.686Z", + "updated_at": "2026-05-13T05:47:28.219Z", "epics": { "agent-workflow-docs-v1": { "status": "done", @@ -92,14 +92,14 @@ } }, "work-system-v1": { - "status": "in-progress", + "status": "done", "title": "Work system v1 (MVP) — state tracking + pnpm work CLI", "stories": { "01-state-builder-and-cli": { - "status": "in-progress", + "status": "done", "title": "State builder + pnpm work CLI", "ac_total": 5, - "ac_completed": 0 + "ac_completed": 5 } } } diff --git a/docs/work/work-system-v1/01-state-builder-and-cli/_story.md b/docs/work/work-system-v1/01-state-builder-and-cli/_story.md index 587d392..a6392f0 100644 --- a/docs/work/work-system-v1/01-state-builder-and-cli/_story.md +++ b/docs/work/work-system-v1/01-state-builder-and-cli/_story.md @@ -3,7 +3,7 @@ id: 01-state-builder-and-cli epic: work-system-v1 title: State builder + pnpm work CLI type: technical-story -status: in-progress +status: done feature: scripts depends-on: [] blocks: [] @@ -26,8 +26,8 @@ regenerates `_state.json` from markdown. - Dependency-graph analysis ## Tasks -- [ ] Epic + story scaffold -- [ ] state-builder.mjs + tests -- [ ] cli.mjs + tests -- [ ] _state.json initial commit + pnpm work script entry -- [ ] Final verification + closeout +- [x] Epic + story scaffold +- [x] state-builder.mjs + tests +- [x] cli.mjs + tests +- [x] _state.json initial commit + pnpm work script entry +- [x] Final verification + closeout diff --git a/docs/work/work-system-v1/_epic.md b/docs/work/work-system-v1/_epic.md index 0a16ef4..3a85c70 100644 --- a/docs/work/work-system-v1/_epic.md +++ b/docs/work/work-system-v1/_epic.md @@ -3,7 +3,7 @@ id: work-system-v1 prd: null title: Work system v1 (MVP) — state tracking + pnpm work CLI type: epic -status: in-progress +status: done features: [scripts] created: 2026-05-13 --- @@ -25,4 +25,4 @@ work?" and "where are we?" — without scanning every story file by hand. - Pre-commit hooks (the state file is rebuilt manually for now) ## Stories -- [ ] [01 — State builder + CLI](01-state-builder-and-cli/_story.md) +- [x] [01 — State builder + CLI](01-state-builder-and-cli/_story.md)