Record STR-028 closeout hash

This commit is contained in:
2026-06-13 23:28:36 +02:00
parent 3478219a3e
commit 6a9439a804
2 changed files with 8 additions and 1 deletions

View File

@@ -274,6 +274,10 @@ agent or engineer to remove them without reconstructing context from chat.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` dual-pass
request assembly now routes through a retained helper object; the retained
path still owns the concrete request shell and frame callbacks.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` pad-face
orchestration now routes through `stroke_draw_pad_face_orchestration(...)`;
the retained path still owns the concrete pad shader setup, destination
dispatch, and callback wiring.
- 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