Record STR-025 closeout hash

This commit is contained in:
2026-06-13 23:26:55 +02:00
parent e5e334bf74
commit c4c7994f88
2 changed files with 6 additions and 1 deletions

View File

@@ -271,6 +271,9 @@ agent or engineer to remove them without reconstructing context from chat.
request assembly now routes through `make_stroke_draw_dual_pass_request(...)`; request assembly now routes through `make_stroke_draw_dual_pass_request(...)`;
the retained path still owns the concrete request execution shell and frame the retained path still owns the concrete request execution shell and frame
callbacks. callbacks.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` dual-pass
request assembly now routes through a retained helper object; the retained
path still owns the concrete request shell and frame callbacks.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` main-pass - 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` main-pass
live face orchestration now routes through live face orchestration now routes through
`execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the `execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the

View File

@@ -738,7 +738,7 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito
### STR-025 - Extract Stroke Draw Dual Pass Frame Request Wrapper ### STR-025 - Extract Stroke Draw Dual Pass Frame Request Wrapper
Status: Ready Status: Done
Score: +1 renderer boundary and OpenGL parity Score: +1 renderer boundary and OpenGL parity
Debt: `DEBT-0036` Debt: `DEBT-0036`
Scope: `src/canvas.cpp`, `src/legacy_canvas_stroke_execution_services.h`, `tests/paint_renderer/compositor_tests.cpp` Scope: `src/canvas.cpp`, `src/legacy_canvas_stroke_execution_services.h`, `tests/paint_renderer/compositor_tests.cpp`
@@ -758,6 +758,8 @@ Done Checks:
Closeout: `77ac50b9` Closeout: `77ac50b9`
Closeout: `77ac50b9`
Validation: Validation:
```powershell ```powershell