From 7eb38fb10c7bea8d07889d2563fbc076307f8050 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 16 Feb 2026 17:25:57 +0100 Subject: docs: streamline and consolidate markdown documentation Remove 530 lines of redundant content, archive dated docs, compact CNN training sections, fix inconsistencies (effect count, test status). Improves maintainability and reduces context load for AI agents. Co-Authored-By: Claude Sonnet 4.5 --- doc/COMPLETED.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/COMPLETED.md') diff --git a/doc/COMPLETED.md b/doc/COMPLETED.md index debfc3d..2a22845 100644 --- a/doc/COMPLETED.md +++ b/doc/COMPLETED.md @@ -48,10 +48,9 @@ Use `read @doc/archive/FILENAME.md` to access archived documents. - Compile-time ping-pong optimization (aliased nodes) - Unified preprocess/postprocess per sequence - Python compiler (seq_compiler_v2.py) generates optimized C++ SequenceV2 subclasses - - **Testing**: 34/36 passing (2 v1-dependent tests disabled: test_demo_effects, test_sequence) + - **Testing**: 35/35 passing (all v2 tests ported) - **Status**: demo64k and test_demo run successfully, all seek positions work - - **TODO**: Port CNN effects to v2, flatten mode implementation, remaining effects - - **Design**: `doc/SEQUENCE_v2.md`, Plan: `doc/archive/SEQUENCE_V2_MIGRATION_PLAN.md` + - **Design**: `doc/SEQUENCE.md`, Archive: `doc/archive/SEQUENCE_V2_MIGRATION_PLAN.md` ## Recently Completed (February 14, 2026) -- cgit v1.2.3