Extract preview final composite wrapper

This commit is contained in:
2026-06-13 18:53:31 +02:00
parent b5b7bcc3cf
commit 718c9224b9
3 changed files with 23 additions and 6 deletions

View File

@@ -18,6 +18,9 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions
- 2026-06-13: `DEBT-0036` was narrowed again. `NodeStrokePreview::draw_stroke_immediate()`
now routes final composite execution and preview copy-back through a retained
local wrapper, leaving the call site with only sequence wiring.
- 2026-06-13: `LATER-003` was narrowed again. `Canvas::stroke_draw()` now
routes dual-brush tip dispatch through retained helper overloads, so the
face-index callback wiring is no longer built inline in the dual-pass

View File

@@ -575,6 +575,9 @@ Done Checks:
Progress Notes:
- 2026-06-13: `NodeStrokePreview::draw_stroke_immediate()` now routes final
composite execution and preview copy-back through a retained local wrapper,
leaving the call site with only sequence wiring.
- 2026-06-13: `Canvas::stroke_draw()` now routes dual-brush tip dispatch
through retained helper overloads, so the face-index callback wiring is no
longer built inline in the dual-pass branch.