Move best-practices index to BESTPRACTICES.md and document CONTEXT.md pattern

Aligns index files with context-load discovery: BESTPRACTICES.md and CONTEXT.md
now follow the same thin-index pattern as MEMORY.md, auto-loaded at session start.
Adds documentation for both new index types to CLAUDE.md Documentation Standards.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Paul O'Reilly
2026-03-13 12:05:29 +13:00
parent 9d3d5f8986
commit e846ab4eb2
5 changed files with 48 additions and 22 deletions

View File

@@ -23,9 +23,12 @@ claude-foundations/
install-hooks.sh # Symlink hooks into ~/.claude/hooks/
setup-formatters.sh # Set up formatters for a project
best-practices/ # Generalised best practices (one file per topic)
context/ # Active work focus detail files
memory/ # Session logs and reflections
settings.yaml # Knowledge pipeline configuration
BESTPRACTICES.md # Best practices index (loaded by context-load)
CLAUDE.md # Global project guidelines (symlinked to ~/dev/claude/)
CONTEXT.md # Active work focus index (loaded by context-load)
HOOKS.md # Hook documentation
TODO.md # Improvement backlog
```