docs: make specs/plans git-tracked and transient — retired via git rm at cycle close
docs/specs and docs/plans hold only the active cycle's artefacts: a spec/plan is committed while its cycle is live and git-rm'd in the cycle-close commit (after audit drift-clean), so HEAD shows only in-flight work while git history keeps the full text. No issue-posting, no gitignore branch — git history + the design ledger are the durable record. Rewrites conventions.md § Lifecycle as the single source of truth; pipeline.md, design.md, README.md, specify, planner, glossary, brainstorm, issue, and the CLAUDE.md fragment follow it. Naming stays NNNN-slug.md (a within-cycle handle; recycling on an emptied directory is fine).
This commit is contained in:
+4
-1
@@ -232,7 +232,10 @@ plan file + optional task focus ("only Tasks 1-3 this run").
|
||||
|
||||
The orchestrator commits the plan when handing it forward
|
||||
(suggested commit subject: `plan: <iteration> <subject>`).
|
||||
The planner skill does not perform the commit itself.
|
||||
The planner skill does not perform the commit itself. Like the spec,
|
||||
the plan is an ephemeral active-cycle artefact: committed for its own
|
||||
cycle and `git rm`'d at cycle close (see `docs/conventions.md`
|
||||
§ Lifecycle).
|
||||
|
||||
## Handoff Contract
|
||||
|
||||
|
||||
Reference in New Issue
Block a user