Add question-reframing guidance to CLAUDE.md; commit accumulated project files
- CLAUDE.md: add "Question the question" and "One clarifying question" rules to Tone and Interaction — XY problem detection, false premise checks, and explicit reframe pattern before answering - Add claude/ detail-file directory (topic docs referenced from CLAUDE.md) - Add ABOUT.md, FUTURE.md - Update memory/, scripts/, settings.yaml with accumulated session changes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,12 +17,12 @@ Run from any project directory. The skill will gather context from cwd upward, j
|
||||
|
||||
## How it works
|
||||
|
||||
- Uses `!`context-load`` to run the `scripts/context-load` script at skill load time
|
||||
- The script output (CLAUDE.md files, trees, CONTEXT.md, MEMORY.md, BESTPRACTICES.md, git status) is injected directly into the skill prompt
|
||||
- Uses `` !`context-load` `` to run the `scripts/context-load` script at skill load time
|
||||
- The script output (CLAUDE.md paths, project listing, CONTEXT.md, MEMORY.md, BESTPRACTICES.md) is injected directly into the skill prompt
|
||||
- Claude reads and internalizes the output, then confirms what it loaded
|
||||
|
||||
## Gotchas
|
||||
|
||||
- Depends on `context-load` being on `$PATH` (symlinked to `~/sbin/context-load`)
|
||||
- Output size scales with the number of projects in the directory hierarchy — deep nesting or large index files may use significant tokens
|
||||
- Output is lightweight (~50-200 lines) — CLAUDE.md contents are not included since Claude Code loads them natively
|
||||
- Only loads index files, not topic files from `memory/` or `context/` — Claude must use Read tool for those if needed
|
||||
|
||||
Reference in New Issue
Block a user