Extract stroke commit sequence invocation

This commit is contained in:
2026-06-13 20:04:50 +02:00
parent 29f447293a
commit 161900c517
4 changed files with 65 additions and 2 deletions

View File

@@ -119,6 +119,9 @@ agent or engineer to remove them without reconstructing context from chat.
now routes the retained commit request assembly through
`make_legacy_canvas_stroke_commit_request(...)`, leaving the callsite with
only concrete faces, sequence, and callbacks.
- 2026-06-13: `DEBT-0036` was narrowed again. `Canvas::stroke_commit()`
now routes the retained sequence invocation through a local helper,
leaving the callsite with only the built commit state.
- 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.

View File

@@ -1284,6 +1284,12 @@ Validation:
ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_stroke_execution|pp_paint_renderer_compositor" --output-on-failure
```
### Completed Task Log
| Date | Task | Score | Validation | Commit |
| --- | --- | --- | --- | --- |
| 2026-06-13 | STR-015 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_stroke_execution|pp_paint_renderer_compositor" --output-on-failure` | `pending` |
### STR-011 - Extract Preview Main Pass Orchestration
Status: Done