chore: track docs/specs and docs/plans again — retire via git rm at cycle close

Drop the gitignore entries for both dirs; align the CLAUDE.md note from "git-ignored, local-only" to "git-tracked — committed while the cycle is live, removed (git rm) at cycle close". The durable record stays the ledger + git history; specs/plans are transient in the repo, present only for their own cycle.
This commit is contained in:
2026-06-18 11:59:53 +02:00
parent d858caf67b
commit aedaa5d11b
2 changed files with 6 additions and 9 deletions
-4
View File
@@ -12,7 +12,3 @@ Cargo.lock.orig
# `aura sweep` persists run records to ./runs/runs.jsonl by default; that store # `aura sweep` persists run records to ./runs/runs.jsonl by default; that store
# is local run telemetry, not a repo artifact. # is local run telemetry, not a repo artifact.
/runs/ /runs/
# Specs and plans are kept as local working artifacts, not checked into the repo.
/docs/specs/
/docs/plans/
+6 -5
View File
@@ -8,11 +8,12 @@ freeze a validated strategy into a standalone bot with a broker connection.
This file is the project sittenkodex. It imports the universal discipline from This file is the project sittenkodex. It imports the universal discipline from
`~/dev/skills/templates/CLAUDE.md.fragment` and adds aura's domain invariants. `~/dev/skills/templates/CLAUDE.md.fragment` and adds aura's domain invariants.
The full architecture lives in the design ledger (`docs/design/`), not here. The full architecture lives in the design ledger (`docs/design/`), not here.
Per-cycle specs (`docs/specs/`) and plans (`docs/plans/`) are local-only, Per-cycle specs (`docs/specs/`) and plans (`docs/plans/`) are ephemeral working
ephemeral working artifacts — git-ignored, valid only for the cycle that artifacts, kept git-tracked — committed while their cycle is live and removed
produces them. Durable rationale is lifted to the ledger; a spec/plan is never (`git rm`) at cycle close, valid only for the cycle that produces them. Durable
treated as a live API reference (its code snippets drift the moment the code rationale is lifted to the ledger; a spec/plan is never treated as a live API
moves). The canonical record of past cycles is the ledger plus the git history. reference (its code snippets drift the moment the code moves). The canonical
record of past cycles is the ledger plus the git history.
## Roles ## Roles