chore(voyage): consolidate continuity into STATE.md
Remove REMEMBER.md / TODO.md / ROADMAP.md / NEXT-SESSION-PROMPT.local.md mechanisms per ~/.claude/CLAUDE.md (2026-05-26 rule): the three layers are STATE.md + auto-memory + plugin-CLAUDE.md; local mechanisms are abolished and consolidated into the layers + git + docs/-reference. - .gitignore: drop REMEMBER.md / TODO.md / ROADMAP.md entries; add STATE.md (gitignored — overskrives ved sesjonsslutt, lokal state-of-play). - CLAUDE.md: cross-cutting-invariant note now points to STATE.md instead of ROADMAP.md (linter update, same theme). Forward-looking version specs (v5.2 TDD, v5.3 sesjons-konsolidering, v5.4 brief-format public contract, v5.5 brief framing alignment) lived in the gitignored ROADMAP.md and are NOT recoverable from git. If reactivated they go through the brief→plan pipeline (proper Voyage discipline anyway). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
970f45bd68
commit
a6e2f26913
2 changed files with 4 additions and 4 deletions
6
plugins/voyage/.gitignore
vendored
6
plugins/voyage/.gitignore
vendored
|
|
@ -18,9 +18,9 @@ blob-report/
|
|||
|
||||
# Local configuration / session files
|
||||
*.local.*
|
||||
REMEMBER.md
|
||||
TODO.md
|
||||
ROADMAP.md
|
||||
|
||||
# STATE.md — current state-of-play (overskrives ved sesjonsslutt, gitignored per ~/.claude/CLAUDE.md).
|
||||
STATE.md
|
||||
|
||||
# Local planning docs (briefs, design notes, observations) — never committed.
|
||||
# Existing tracked files in docs/ predate this rule; new planning docs stay local.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue