docs(work): close story 09 (template/clean-slate branch created)

This commit is contained in:
2026-07-12 20:55:40 +02:00
parent f85b848266
commit e1a267d559
2 changed files with 8 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2026-07-12T18:36:43.636Z", "updated_at": "2026-07-12T18:55:42.123Z",
"epics": { "epics": {
"platform-retrofit": { "platform-retrofit": {
"status": "in-progress", "status": "in-progress",
@@ -95,10 +95,10 @@
"blocks": [] "blocks": []
}, },
"09-template-snapshot": { "09-template-snapshot": {
"status": "todo", "status": "done",
"title": "Snapshot the clean slate as an orphan template branch", "title": "Snapshot the clean slate as an orphan template branch",
"ac_total": 1, "ac_total": 1,
"ac_completed": 0, "ac_completed": 1,
"depends_on": [], "depends_on": [],
"blocks": [] "blocks": []
} }
@@ -241,11 +241,6 @@
"story": "08-rewrite-agent-docs", "story": "08-rewrite-agent-docs",
"title": "Rewrite CLAUDE.md and AGENTS.md for Veect" "title": "Rewrite CLAUDE.md and AGENTS.md for Veect"
}, },
{
"epic": "platform-retrofit",
"story": "09-template-snapshot",
"title": "Snapshot the clean slate as an orphan template branch"
},
{ {
"epic": "walking-skeleton", "epic": "walking-skeleton",
"story": "01-vite-kitchen-fixture", "story": "01-vite-kitchen-fixture",

View File

@@ -3,13 +3,13 @@ id: 09-template-snapshot
epic: platform-retrofit epic: platform-retrofit
title: Snapshot the clean slate as an orphan template branch title: Snapshot the clean slate as an orphan template branch
type: technical-story type: technical-story
status: todo status: done
feature: tooling feature: tooling
depends-on: depends-on:
[00-baseline-repair, 03-delete-demo-apps-and-features, 04-web-next-shell] [00-baseline-repair, 03-delete-demo-apps-and-features, 04-web-next-shell]
blocks: [] blocks: []
created: 2026-07-12T14:55:00Z created: 2026-07-12T14:55:00Z
updated: 2026-07-12T15:21:32.164Z updated: 2026-07-12T18:55:41.850Z
--- ---
## Goal ## Goal
@@ -42,4 +42,6 @@ The retrofit surfaced defects that were template bugs, not Veect bugs (broken tu
## Tasks ## Tasks
- [ ] Create orphan branch `template/clean-slate` from the post-story-04 tree: curate out the Veect-specifics listed in Done-when, keep the generic repairs, author `TEMPLATE.md` (provenance, curation list, fixed baseline defects, usage), verify the full gate set passes on a standalone checkout of the branch — one orphan commit; main untouched. - [x] Create orphan branch `template/clean-slate` from the post-story-04 tree: curate out the Veect-specifics listed in Done-when, keep the generic repairs, author `TEMPLATE.md` (provenance, curation list, fixed baseline defects, usage), verify the full gate set passes on a standalone checkout of the branch — one orphan commit; main untouched.
_Landed: branch `template/clean-slate` — root f77e6ea (curated snapshot of bb4a0c7, standalone gates verified in fresh clone, grep-veect returns only TEMPLATE.md) + dda9af9 (provenance accuracy fix per review). Reviewer-approved. Also fixed two latent template bugs: work-CLI crash on empty epics dir (.gitkeep + guard), unused var in state-sync-guard.test.mjs._