From c4c7994f88648c10aff9d98fabd8abcd94927c6c Mon Sep 17 00:00:00 2001 From: omigamedev Date: Sat, 13 Jun 2026 23:26:55 +0200 Subject: [PATCH] Record STR-025 closeout hash --- docs/modernization/debt.md | 3 +++ docs/modernization/tasks.md | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/modernization/debt.md b/docs/modernization/debt.md index eac3390..0a8f63b 100644 --- a/docs/modernization/debt.md +++ b/docs/modernization/debt.md @@ -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(...)`; the retained path still owns the concrete request execution shell and frame 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 live face orchestration now routes through `execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the diff --git a/docs/modernization/tasks.md b/docs/modernization/tasks.md index d132514..ababb7f 100644 --- a/docs/modernization/tasks.md +++ b/docs/modernization/tasks.md @@ -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 -Status: Ready +Status: Done Score: +1 renderer boundary and OpenGL parity Debt: `DEBT-0036` 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` + Validation: ```powershell