Record STR-025 closeout hash

This commit is contained in:
2026-06-13 23:26:55 +02:00
parent e5e334bf74
commit c4c7994f88
2 changed files with 6 additions and 1 deletions

View File

@@ -271,6 +271,9 @@ agent or engineer to remove them without reconstructing context from chat.
request assembly now routes through `make_stroke_draw_dual_pass_request(...)`;
the retained path still owns the concrete request execution shell and frame
callbacks.
- 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()` main-pass
live face orchestration now routes through
`execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the