Files
Brummel aedaa5d11b 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.
2026-06-18 11:59:53 +02:00

15 lines
395 B
Plaintext

/target
/fieldtests/*/target/
**/*.rs.bk
Cargo.lock.orig
# Hot-reload build artifacts for node cdylibs live under target/; nothing else
# generated is checked in.
# Session retrospectives are local-only run telemetry, not a repo artifact.
/docs/postmortems/
# `aura sweep` persists run records to ./runs/runs.jsonl by default; that store
# is local run telemetry, not a repo artifact.
/runs/