diff options
Diffstat (limited to 'GEMINI.md')
| -rw-r--r-- | GEMINI.md | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -33,6 +33,12 @@ # # 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) @@ -104,14 +110,15 @@ IMPORTANT: </artifact_trail> <recent_actions> - - Finished debugging and fixing the `DemoEffectsTest` SEGFAULT. - - Confirmed that all 33 tests are passing. - - Updated `GEMINI.md` to reflect the successful completion of Task #74 and set the stage for Task #75. + - Completed Task #75: WGSL Uniform Buffer Validation & Consolidation. + - Standardized uniform usage across effects (Distort, Fade, ThemeModulation, CircleMask). + - Created and integrated `tools/validate_uniforms.py` into the build system. + - Added `doc/UNIFORM_BUFFER_GUIDELINES.md` and updated `CONTRIBUTING.md`. </recent_actions> <task_state> 1. [COMPLETED] Task #74: Fix `DemoEffectsTest` SEGFAULT. - 2. [IN PROGRESS] Task #75: WGSL Uniform Buffer Validation & Consolidation. + 2. [COMPLETED] Task #75: WGSL Uniform Buffer Validation & Consolidation. 3. [PAUSED] Task #5: Spectral Brush Editor. 4. [PAUSED] Task #18: 3D System Enhancements. </task_state> |
