Record STR-032 closeout hash

This commit is contained in:
2026-06-13 23:35:13 +02:00
parent 83a4677088
commit 69515c497b
2 changed files with 8 additions and 1 deletions

View File

@@ -286,6 +286,10 @@ agent or engineer to remove them without reconstructing context from chat.
paint branch now routes through `draw_merge_temporary_paint_branch(...)`;
the retained path still owns the concrete temporary-paint setup, texture
binding, and draw ordering.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::draw_merge()` remaining
branch orchestration now routes through `draw_merge_branch_orchestration(...)`;
the retained path still owns the concrete per-branch framebuffer, sampler,
and texture 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