docs(work): scaffold template-reset-v1 epic

This commit is contained in:
2026-05-13 09:43:09 +02:00
parent a3d076673a
commit c7ce0d9819
3 changed files with 72 additions and 2 deletions

View File

@@ -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": []
}

View File

@@ -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/<epic-slug>/ (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

View File

@@ -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)