docs(work): close story 06 (template work archived as 2b39ae8)

This commit is contained in:
2026-07-12 17:33:05 +02:00
parent 2b39ae8c0a
commit 4843953ecc
2 changed files with 6 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2026-07-12T15:32:20.080Z", "updated_at": "2026-07-12T15:33:06.935Z",
"epics": { "epics": {
"platform-retrofit": { "platform-retrofit": {
"status": "in-progress", "status": "in-progress",
@@ -71,10 +71,10 @@
] ]
}, },
"06-archive-template-work": { "06-archive-template-work": {
"status": "todo", "status": "done",
"title": "Archive the shipped template work tree", "title": "Archive the shipped template work tree",
"ac_total": 1, "ac_total": 1,
"ac_completed": 0, "ac_completed": 1,
"depends_on": [], "depends_on": [],
"blocks": [] "blocks": []
}, },
@@ -246,11 +246,6 @@
"story": "05-scaffold-optional-cores", "story": "05-scaffold-optional-cores",
"title": "Scaffold core-events and core-realtime" "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", "epic": "platform-retrofit",
"story": "07-editor-library-traces", "story": "07-editor-library-traces",

View File

@@ -3,11 +3,12 @@ id: 06-archive-template-work
epic: platform-retrofit epic: platform-retrofit
title: Archive the shipped template work tree title: Archive the shipped template work tree
type: technical-story type: technical-story
status: todo status: done
feature: docs feature: docs
depends-on: [] depends-on: []
blocks: [] blocks: []
created: 2026-07-12T10:22:00Z created: 2026-07-12T10:22:00Z
updated: 2026-07-12T15:33:06.658Z
--- ---
## Goal ## Goal
@@ -33,4 +34,4 @@ Dispatch context and prioritization are assembled from the work tree; eight ship
## Tasks ## 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)_