Record STR-046 closeout hash

This commit is contained in:
2026-06-14 00:16:42 +02:00
parent d46399f44a
commit 04654e377e
2 changed files with 7 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions
- 2026-06-14: `DEBT-0036` was narrowed again. `Canvas::draw_merge()` now
routes its plane iteration and branch orchestration through
`execute_canvas_draw_merge_plane_iteration(...)`; the canvas path still owns
the per-plane framebuffer setup and retained branch execution callbacks.
- 2026-06-14: `DEBT-0036` was narrowed again. `execute_stroke_preview_final_composite_pass()`
now routes the retained final-composite request construction through
`make_stroke_preview_final_composite_request(...)`; the preview path still