diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-16 17:25:57 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-16 17:25:57 +0100 |
| commit | 7eb38fb10c7bea8d07889d2563fbc076307f8050 (patch) | |
| tree | 3899ad5148e5ac1cca6afc9cf1720cf8417f5c1b /PROJECT_CONTEXT.md | |
| parent | 18a3ccb2a1335d3747657e0b764af31fd723856e (diff) | |
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 'PROJECT_CONTEXT.md')
| -rw-r--r-- | PROJECT_CONTEXT.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/PROJECT_CONTEXT.md b/PROJECT_CONTEXT.md index e8071c3..dee9c77 100644 --- a/PROJECT_CONTEXT.md +++ b/PROJECT_CONTEXT.md @@ -39,14 +39,18 @@ - **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). -- **Sequence:** DAG-based effect routing with explicit node system. Python compiler with topological sort and ping-pong optimization. 7 effects operational (Passthrough, Placeholder, GaussianBlur, Heptagon, Particles, RotatingCube, Hybrid3D). See `doc/SEQUENCE.md`. +- **Sequence:** DAG-based effect routing with explicit node system. Python compiler with topological sort and ping-pong optimization. 9 effects operational (Passthrough, Placeholder, GaussianBlur, Heptagon, Particles, RotatingCube, Hybrid3D, Flash, PeakMeter). See `doc/SEQUENCE.md`. - **Testing:** **35/35 passing** --- ## Next Up -See `TODO.md` for current priorities and active tasks. +**Active:** Spectral Brush Editor (procedural compression), CNN v2 quantization +**Ongoing:** Test infrastructure maintenance (35/35 passing) +**Future:** Size optimization (64k target), 3D enhancements + +See `TODO.md` for details. --- |
