Record STR-051 closeout hash

This commit is contained in:
2026-06-14 00:26:42 +02:00
parent 27d34f2fba
commit 764f20084a
2 changed files with 9 additions and 1 deletions

View File

@@ -18,6 +18,12 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions
- 2026-06-14: `DEBT-0036` was narrowed again. `execute_canvas_draw_merge_branch_body()`
now routes the temporary erase, texture, and blend dispatch bodies through
`make_canvas_draw_merge_temporary_erase_dispatch(...)`,
`make_canvas_draw_merge_layer_texture_dispatch(...)`, and
`make_canvas_draw_merge_layer_blend_dispatch(...)`; the branch body still
owns the selection guard and execution dispatch.
- 2026-06-14: `DEBT-0036` was narrowed again. `Canvas::draw_merge_temporary_paint_branch()`
now routes the retained temporary-paint request construction through
`make_canvas_draw_merge_temporary_paint_request(...)`; the temporary-paint