Record STR-050 closeout hash

This commit is contained in:
2026-06-14 00:28:03 +02:00
parent 764f20084a
commit b9a997a80f
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_branch_orchestration()`
now routes the temporary erase, temporary paint, texture, and blend dispatch
bodies through retained helpers inside `execute_canvas_draw_merge_branch_body(...)`;
the branch body still owns the selection guard and helper dispatch.
- 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(...)`,