diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-09 10:36:31 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-09 10:36:31 +0100 |
| commit | e952a9d0866a5a2a5f9da72ccbb40e2184da8a6f (patch) | |
| tree | 3f7a116cf61458841b9fca426ac2716d6ad69bb5 /CLAUDE.md | |
| parent | e50db1721f67a6c1b565b0ac151ba32fcae21cbf (diff) | |
docs: Remove @ symbols from commented design docs to prevent auto-loading
Reduced context from 31.6k to ~10k tokens by preventing Tier 3 design docs
from being auto-loaded. Only Tier 1 (critical) and Tier 2 (technical ref)
files loaded by default. Load design docs on-demand with Read tool.
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 37 |
1 files changed, 18 insertions, 19 deletions
@@ -18,21 +18,20 @@ # Load these only when working on specific subsystems: # # Audio & Tracker: -# @doc/SPEC_EDITOR.md - Spectral editor design -# @doc/TRACKER.md - Audio tracker system -# @doc/ANALYSIS_VARIABLE_TEMPO_V2.md - Variable tempo analysis +# doc/SPECTRAL_BRUSH_EDITOR.md - Spectral editor design +# doc/TRACKER.md - Audio tracker system # # 3D & Graphics: -# @doc/3D.md - 3D rendering architecture -# @doc/PROCEDURAL.md - Procedural generation +# doc/3D.md - 3D rendering architecture +# doc/PROCEDURAL.md - Procedural generation # # Build & Assets: -# @doc/ASSET_SYSTEM.md - Asset pipeline details -# @doc/BUILD.md - Build system details -# @doc/FETCH_DEPS.md - Dependency management +# doc/ASSET_SYSTEM.md - Asset pipeline details +# doc/BUILD.md - Build system details +# doc/FETCH_DEPS.md - Dependency management # # Testing & Tools: -# @doc/test_demo_README.md - test_demo tool documentation +# doc/test_demo_README.md - test_demo tool documentation # ============================================ # TIER 4: HISTORICAL ARCHIVE (Load Rarely) @@ -40,21 +39,21 @@ # Load these only for historical context or debugging: # # Completion History: -# Use: "read @doc/COMPLETED.md" for detailed history +# Use Read tool for doc/COMPLETED.md # # Technical Investigations: -# @doc/GPU_EFFECTS_TEST_ANALYSIS.md -# @doc/PLATFORM_ANALYSIS.md -# @doc/PLATFORM_SIDE_QUEST_SUMMARY.md -# @doc/PEAK_FIX_SUMMARY.md +# doc/GPU_EFFECTS_TEST_ANALYSIS.md +# doc/PLATFORM_ANALYSIS.md +# doc/PLATFORM_SIDE_QUEST_SUMMARY.md +# doc/PEAK_FIX_SUMMARY.md # # Agent Handoffs: -# @doc/HANDOFF_CLAUDE.md -# @doc/HANDOFF.md -# @doc/HANDOFF_2026-02-04.md +# doc/HANDOFF_CLAUDE.md +# doc/HANDOFF.md +# doc/HANDOFF_2026-02-04.md # # Task Tracking: -# @doc/TASKS_SUMMARY.md +# doc/TASKS_SUMMARY.md # ============================================ # PROJECT RULES (IMPORTANT) @@ -72,7 +71,7 @@ IMPORTANT: - Max 100 tokens per reply # Context Maintenance: -- See @doc/CONTEXT_MAINTENANCE.md for keeping context clean +- See doc/CONTEXT_MAINTENANCE.md for keeping context clean - Archive completed work to doc/COMPLETED.md regularly - Keep PROJECT_CONTEXT.md focused on current status - Keep TODO.md focused on active/next tasks only |
