diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-09 17:45:19 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-09 17:45:19 +0100 |
| commit | 3e35ab0cdb35b9547290cb5afed99b0bbd49f06f (patch) | |
| tree | be20732020cd2116aa78061fe6d7fa10c35a5ef9 /PROJECT_CONTEXT.md | |
| parent | 4f51332be0ee1a046fdc03514d32fe31cf7b61a8 (diff) | |
feat: Add Task #77 for workspace system architecture
Proposes self-contained workspace structure for parallel demo development.
Each workspace includes timeline, music, assets, and shaders in one place.
Enables clean separation and scalability for multiple demos.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'PROJECT_CONTEXT.md')
| -rw-r--r-- | PROJECT_CONTEXT.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PROJECT_CONTEXT.md b/PROJECT_CONTEXT.md index 42cbda1..49b67c4 100644 --- a/PROJECT_CONTEXT.md +++ b/PROJECT_CONTEXT.md @@ -53,6 +53,9 @@ - Task #53: Particles Shader Polish - Task #55: SDF Random Planes Intersection +- **Project Structure** + - Task #77: Workspace System (Medium priority) + - **Tooling & Optimization** - Task #54: Tracy Integration - Task #76: External Library Size Measurement (Low priority) @@ -72,6 +75,7 @@ For detailed documentation, use Read tool to load specific docs: - **doc/MASKING_SYSTEM.md**: Auxiliary texture registry - **doc/SCENE_FORMAT.md**: Binary scene format (SCN1) - **doc/SIZE_MEASUREMENT.md**: External library size measurement strategy +- **doc/WORKSPACE_SYSTEM.md**: Multi-demo workspace organization - **doc/test_demo_README.md**: 16s audio/visual sync test tool - **doc/HOT_RELOAD.md**: Debug-only file change detection - **doc/CONTEXT_MAINTENANCE.md**: Context hygiene protocol |
