From d3a609fad91744c45f6bc59b625a26f8870e271d Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 8 Feb 2026 21:28:40 +0100 Subject: docs: Archive historical documentation (26 files → doc/archive/) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moved completed/historical docs to doc/archive/ for cleaner context: Archived (26 files): - Analysis docs: variable tempo, audio architecture, build optimization - Handoff docs: 6 agent handoff documents - Debug reports: shadows, peak meter, timing fixes - Task summaries and planning docs Kept (16 files): - Essential: AI_RULES, HOWTO, CONTRIBUTING, CONTEXT_MAINTENANCE - Active subsystems: 3D, ASSET_SYSTEM, TRACKER, SEQUENCE - Current work: MASKING_SYSTEM, SPECTRAL_BRUSH_EDITOR Updated COMPLETED.md with archive index for easy reference. --- doc/archive/GPU_EFFECTS_TEST_ANALYSIS.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/archive/GPU_EFFECTS_TEST_ANALYSIS.md (limited to 'doc/archive/GPU_EFFECTS_TEST_ANALYSIS.md') diff --git a/doc/archive/GPU_EFFECTS_TEST_ANALYSIS.md b/doc/archive/GPU_EFFECTS_TEST_ANALYSIS.md new file mode 100644 index 0000000..31399b5 --- /dev/null +++ b/doc/archive/GPU_EFFECTS_TEST_ANALYSIS.md @@ -0,0 +1,9 @@ +# GPU Effects Test Coverage Analysis (Archived) + +**Analysis Complete**: The "GPU Effects Test Coverage Analysis" (originally in this file) has been summarized and its detailed implementation plan archived in `doc/COMPLETED.md` under "Recently Completed (February 8, 2026) - GPU Effects Test Coverage Analysis." + +**Key Findings**: Low test coverage (~20%) for GPU effects due to WebGPU init overhead, render surface needs, and lack of frame validation. + +**Proposed Solution**: Headless rendering with offscreen targets and WebGPU test fixtures for automated testing. Aim: ~50% GPU test coverage. + +**Original Detailed Plan**: The full implementation plan, including phases, test structure, and file lists, is now located in `doc/COMPLETED.md` for historical reference. \ No newline at end of file -- cgit v1.2.3