summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-09 17:43:12 +0100
committerskal <pascal.massimino@gmail.com>2026-02-09 17:43:12 +0100
commit4f51332be0ee1a046fdc03514d32fe31cf7b61a8 (patch)
treecfcee2627be6b6af4185d24c5a0049f331b0c5d2 /TODO.md
parentd5f78a4c2e7b626a492643efd62ddeb394276722 (diff)
docs: Update documentation and clean up obsolete files
- Add Task #76: External library size measurement - Update hot-reload documentation across README, HOWTO, PROJECT_CONTEXT - Update test count: 36/36 passing (100%) - Remove completed analysis files from root Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 10f0661..42d5520 100644
--- a/TODO.md
+++ b/TODO.md
@@ -117,6 +117,7 @@ class ComposedShader {
- [ ] **Task #22: Windows Native Platform** - Replace GLFW with Win32 API
- [ ] **Task #28: Spectrogram Quantization** - Research optimal frequency distribution
- [ ] **Task #35: CRT Replacement** - Investigation and implementation of CRT-free entry
+- [ ] **Task #76: External Library Size Measurement** - STRIP_EXTERNAL_LIBS mode with stub implementations to measure core demo size vs external library overhead. See `doc/SIZE_MEASUREMENT.md`.
---