Record STR-023 closeout hash

This commit is contained in:
2026-06-13 23:23:01 +02:00
parent 07b188de4a
commit 51c70c9ecc
2 changed files with 8 additions and 1 deletions

View File

@@ -259,6 +259,10 @@ agent or engineer to remove them without reconstructing context from chat.
`execute_legacy_canvas_stroke_dual_pass_frame_callbacks(...)`; the retained
path still owns the concrete dual-brush shader, sampler, and framebuffer
wiring.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` dual-pass
frame orchestration now routes through a retained helper; the retained path
still owns the concrete shader setup, brush-tip dispatch, and frame callback
execution.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` main-pass
live face orchestration now routes through
`execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the