summaryrefslogtreecommitdiff
path: root/doc/COMPLETED.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-16 17:25:57 +0100
committerskal <pascal.massimino@gmail.com>2026-02-16 17:25:57 +0100
commit7eb38fb10c7bea8d07889d2563fbc076307f8050 (patch)
tree3899ad5148e5ac1cca6afc9cf1720cf8417f5c1b /doc/COMPLETED.md
parent18a3ccb2a1335d3747657e0b764af31fd723856e (diff)
docs: streamline and consolidate markdown documentationHEADmain
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 <noreply@anthropic.com>
Diffstat (limited to 'doc/COMPLETED.md')
-rw-r--r--doc/COMPLETED.md5
1 files changed, 2 insertions, 3 deletions
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)