From c7ce0d981916838db078aba044ee175fbf11648c Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Wed, 13 May 2026 09:43:09 +0200 Subject: [PATCH] docs(work): scaffold template-reset-v1 epic --- docs/work/_state.json | 24 ++++++++++++++++-- .../01-template-reset/_story.md | 25 +++++++++++++++++++ docs/work/template-reset-v1/_epic.md | 25 +++++++++++++++++++ 3 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 docs/work/template-reset-v1/01-template-reset/_story.md create mode 100644 docs/work/template-reset-v1/_epic.md diff --git a/docs/work/_state.json b/docs/work/_state.json index f242cb9..75375a6 100644 --- a/docs/work/_state.json +++ b/docs/work/_state.json @@ -1,5 +1,5 @@ { - "updated_at": "2026-05-13T07:32:16.097Z", + "updated_at": "2026-05-13T07:43:11.219Z", "epics": { "agent-workflow-docs-v1": { "status": "done", @@ -396,6 +396,20 @@ } } }, + "template-reset-v1": { + "status": "in-progress", + "title": "Template reset — strip setup-process noise + archive history", + "stories": { + "01-template-reset": { + "status": "in-progress", + "title": "Strip setup refs + archive history + rename ADR-012", + "ac_total": 12, + "ac_completed": 0, + "depends_on": [], + "blocks": [] + } + } + }, "visual-regression-v1": { "status": "done", "title": "Visual regression v1 — Playwright screenshot infrastructure", @@ -449,6 +463,12 @@ } } }, - "ready": [], + "ready": [ + { + "epic": "template-reset-v1", + "story": "01-template-reset", + "title": "Strip setup refs + archive history + rename ADR-012" + } + ], "blocked": [] } diff --git a/docs/work/template-reset-v1/01-template-reset/_story.md b/docs/work/template-reset-v1/01-template-reset/_story.md new file mode 100644 index 0000000..9a7cb98 --- /dev/null +++ b/docs/work/template-reset-v1/01-template-reset/_story.md @@ -0,0 +1,25 @@ +--- +id: 01-template-reset +epic: template-reset-v1 +title: Strip setup refs + archive history + rename ADR-012 +type: technical-story +status: in-progress +feature: cleanup +depends-on: [] +blocks: [] +--- + +## Tasks + +- [ ] Story scaffold +- [ ] Create .archive/ + .gitignore entry + README.md +- [ ] Move docs/work// (except \_templates, README, \_state.json, this epic) to .archive/work/ +- [ ] Move docs/superpowers/plans/ to .archive/plans/ +- [ ] Move docs/superpowers/refactor-logs/ to .archive/refactor-logs/ (if exists) +- [ ] Move docs/superpowers/specs/ to .archive/specs/ (if exists) +- [ ] Strip Phase/Plan/R-number references from source comments (packages/**/src, apps/**/src, scripts/, turbo/generators) +- [ ] Strip Lazar references from source comments + docs (CLAUDE.md, AGENTS.md, README.md, runbook, guides, turbo/generators) +- [ ] Rename docs/decisions/adr-012-lazar-conformance.md → adr-012-feature-conventions.md; update content + cross-references +- [ ] Update cli.test.mjs to accept empty docs/work/ state +- [ ] Rebuild \_state.json +- [ ] Final verification + closeout diff --git a/docs/work/template-reset-v1/_epic.md b/docs/work/template-reset-v1/_epic.md new file mode 100644 index 0000000..09eca5a --- /dev/null +++ b/docs/work/template-reset-v1/_epic.md @@ -0,0 +1,25 @@ +--- +id: template-reset-v1 +prd: null +title: Template reset — strip setup-process noise + archive history +type: epic +status: in-progress +features: [docs, cleanup] +created: 2026-05-13 +--- + +## Goal + +Strip every Phase/Plan/R-number/Lazar/milestone reference from source +comments + top-level docs. Move 14 completed epics, 14 plans, and any +refactor-logs/specs into a gitignored `.archive/` folder. Rename +ADR-012 (drop "lazar" from filename + content). + +## Why + +This repo is used as a template. Fresh clones should not see internal +setup history bleeding through comments or docs. + +## Stories + +- [ ] [01 — Template reset (one-shot cleanup)](01-template-reset/_story.md)