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>
31 lines
666 B
Text
31 lines
666 B
Text
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Node / test artifacts
|
|
node_modules/
|
|
test-results/
|
|
playwright-report/
|
|
blob-report/
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Local configuration / session files
|
|
*.local.*
|
|
|
|
# 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.
|
|
docs/ultracontinue-brief.md
|
|
docs/ultracontinue-design-notes.md
|
|
|
|
# Ultraplan project directories — briefs, research, plans, progress all local.
|
|
.claude/projects/
|