diff --git a/docs/work/_system/_state.json b/docs/work/_system/_state.json index f268659..33f997e 100644 --- a/docs/work/_system/_state.json +++ b/docs/work/_system/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-07-12T15:32:20.080Z", + "updated_at": "2026-07-12T15:33:06.935Z", "epics": { "platform-retrofit": { "status": "in-progress", @@ -71,10 +71,10 @@ ] }, "06-archive-template-work": { - "status": "todo", + "status": "done", "title": "Archive the shipped template work tree", "ac_total": 1, - "ac_completed": 0, + "ac_completed": 1, "depends_on": [], "blocks": [] }, @@ -246,11 +246,6 @@ "story": "05-scaffold-optional-cores", "title": "Scaffold core-events and core-realtime" }, - { - "epic": "platform-retrofit", - "story": "06-archive-template-work", - "title": "Archive the shipped template work tree" - }, { "epic": "platform-retrofit", "story": "07-editor-library-traces", diff --git a/docs/work/epics/platform-retrofit/06-archive-template-work/_story.md b/docs/work/epics/platform-retrofit/06-archive-template-work/_story.md index 0fdc056..8ee74be 100644 --- a/docs/work/epics/platform-retrofit/06-archive-template-work/_story.md +++ b/docs/work/epics/platform-retrofit/06-archive-template-work/_story.md @@ -3,11 +3,12 @@ id: 06-archive-template-work epic: platform-retrofit title: Archive the shipped template work tree type: technical-story -status: todo +status: done feature: docs depends-on: [] blocks: [] created: 2026-07-12T10:22:00Z +updated: 2026-07-12T15:33:06.658Z --- ## Goal @@ -33,4 +34,4 @@ Dispatch context and prioritization are assembled from the work tree; eight ship ## Tasks -- [ ] Create `docs/work/archive/{epics,prds}/` with a one-line README, move the eight shipped template epics and nine shipped PRDs into it, verify the work CLI ignores the archive path (adjust its glob if it doesn't), and run `pnpm work rebuild-state` to regenerate `_state.json` — one commit, `pnpm work status` shows only Veect work, all gates pass. +- [x] Create `docs/work/archive/{epics,prds}/` with a one-line README, move the eight shipped template epics and nine shipped PRDs into it, verify the work CLI ignores the archive path (adjust its glob if it doesn't), and run `pnpm work rebuild-state` to regenerate `_state.json` — one commit, `pnpm work status` shows only Veect work, all gates pass. _(landed 2b39ae8 [cherry-pick of 9a2b941], reviewer-approved; 83 R100 pure renames; one-line archive exclusion added to bump-updated-timestamps.mjs)_