# ============================================ # TIER 1: CRITICAL CONTEXT (Always Loaded) # ============================================ @PROJECT_CONTEXT.md @TODO.md @README.md # ============================================ # TIER 2: TECHNICAL REFERENCE (Always Loaded) # ============================================ @doc/HOWTO.md @doc/CONTRIBUTING.md @doc/AI_RULES.md @doc/EFFECT_WORKFLOW.md # ============================================ # TIER 3: DESIGN DOCS (Load On-Demand) # ============================================ # Load these only when working on specific subsystems: # # Audio & Tracker: # 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 # # Build & Assets: # 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 # # Architecture & Reference: # doc/ARCHITECTURE.md - Detailed system architecture # doc/CODING_STYLE.md - Code style examples # doc/BACKLOG.md - Untriaged future goals # doc/TOOLS_REFERENCE.md - Developer tools reference # ============================================ # TIER 4: HISTORICAL ARCHIVE (Load Rarely) # ============================================ # Load these only for historical context or debugging: # # Completion History: # Use: "read @doc/COMPLETED.md" for detailed history # # Technical Investigations: # doc/GPU_EFFECTS_TEST_ANALYSIS.md # doc/PLATFORM_ANALYSIS.md # doc/PLATFORM_SIDE_QUEST_SUMMARY.md # doc/PEAK_FIX_SUMMARY.md # doc/CNN_DEBUG.md - CNN post-processing binding bug resolution # # Agent Handoffs: # doc/HANDOFF_CLAUDE.md # doc/HANDOFF.md # doc/HANDOFF_2026-02-04.md # # Task Tracking: # doc/TASKS_SUMMARY.md # ============================================ # PROJECT RULES (IMPORTANT) # ============================================ IMPORTANT: - Follow all rules in doc/AI_RULES.md - This repository is shared with Claude-Code - You are working in turns with another AI agent - Work only on tasks explicitly requested by the user - Do NOT modify files outside the current scope - Do NOT perform refactors or cleanups unless explicitly asked - Concise answers only - No explanations unless asked - Max 100 tokens per reply # Context Maintenance: - 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 # ============================================ # CURRENT STATE SNAPSHOT (Gemini-Specific) # ============================================ Multi-workspace demo system operational. Focus on Priority 1: Spectral Brush Editor (Task #5). - All tests passing (36/36 - 100%) - Size-sensitive: 64k target - Workspace system complete (Task #77): Easy switching with -DDEMO_WORKSPACE= - CNN post-processing validated in demo (CNNEffect working) - Uniform buffer guidelines established (doc/UNIFORM_BUFFER_GUIDELINES.md) - 3D: Binary scene loader operational, shader SDF integration pending - `GEMINI.md`: This file, synchronized with CLAUDE.md structure - `PROJECT_CONTEXT.md`: Current system status - `TODO.md`: Active priorities (Task #5 in progress) - Completed Task #77: Workspace System - Completed Task #75: WGSL Uniform Buffer Validation - Completed Task #74: DemoEffectsTest SEGFAULT fix 1. [IN PROGRESS] Task #5: Spectral Brush Editor (Priority 1) 2. [COMPLETED] Task #77: Workspace System 3. [PENDING] Task #18: 3D System Enhancements (Priority 3) 4. [RECURRENT] Task #50: WGSL Modularization (Priority 4)