diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-16 08:41:51 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-16 08:41:51 +0100 |
| commit | 673b09df703daf437add932494a583ed50394f14 (patch) | |
| tree | 80cb206345346c4c9eb4209de89b4b3d929dd156 /PROJECT_CONTEXT.md | |
| parent | b17282752ee7aa384ca36daa21d034617ca34a4b (diff) | |
docs: update for Sequence v2 phases 1-2
Diffstat (limited to 'PROJECT_CONTEXT.md')
| -rw-r--r-- | PROJECT_CONTEXT.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PROJECT_CONTEXT.md b/PROJECT_CONTEXT.md index f59eb8b..3a7995c 100644 --- a/PROJECT_CONTEXT.md +++ b/PROJECT_CONTEXT.md @@ -39,7 +39,8 @@ - **Effects:** CNN post-processing: CNNEffect (v1) and CNNv2Effect operational. CNN v2: sigmoid activation, storage buffer weights (~3.2 KB), 7D static features, dynamic layers. Training stable, convergence validated. - **Tools:** CNN test tool operational. Texture readback utility functional. Timeline editor (web-based, beat-aligned, audio playback). - **Build:** Asset dependency tracking. Size measurement. Hot-reload (debug-only). -- **Testing:** **36/36 passing (100%)** +- **Sequence v2 (In Progress):** DAG-based effect routing. Phase 1 (foundation) & Phase 2 (compiler) complete. Node system, topological sort, Python compiler operational. See `doc/SEQUENCE_v2.md`. +- **Testing:** **35/35 passing (100%)** --- |
