Record STR-030 closeout hash

This commit is contained in:
2026-06-13 23:29:46 +02:00
parent e507fe2786
commit 618bb89517
2 changed files with 7 additions and 2 deletions

View File

@@ -278,6 +278,10 @@ agent or engineer to remove them without reconstructing context from chat.
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()` pad-face
callback body now routes through `stroke_draw_pad_face_callback_body(...)`;
the retained path still owns the concrete pad shader setup, face selection,
and copy 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