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

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