Record stroke commit face binding boundary

This commit is contained in:
2026-06-13 19:58:02 +02:00
parent 9d8495fa03
commit 353dfb4e26
2 changed files with 35 additions and 0 deletions

View File

@@ -112,6 +112,9 @@ agent or engineer to remove them without reconstructing context from chat.
now routes the commit-input texture role switch through a retained service
helper, leaving the callsite with sequence planning and concrete face
bindings only.
- 2026-06-13: `DEBT-0036` was narrowed again. `Canvas::stroke_commit()`
now routes the face-indexed commit-input binding wrapper through the retained
service boundary, leaving `Canvas` with only concrete face bindings.
- 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.