From 8ad9dbad73480dec1a2c3596d2bc89731295e3b8 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Tue, 16 Jun 2026 00:34:52 +0200 Subject: [PATCH] Tighten STR-016 archival wording --- docs/modernization/debt.md | 5 ++--- docs/modernization/roadmap.md | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/modernization/debt.md b/docs/modernization/debt.md index 7bb54d82..73aa9ebf 100644 --- a/docs/modernization/debt.md +++ b/docs/modernization/debt.md @@ -401,9 +401,8 @@ agent or engineer to remove them without reconstructing context from chat. shrinking the helper API mismatch while `Canvas::draw_merge_branch_orchestration()` still owns the remaining branch orchestration. - 2026-06-13: `STR-016` completed in `b9ed78e1`. The per-layer composite block - moved out of `Canvas::draw_merge()`, and the helper-shape cleanup that had - been keeping the extraction blocked now reads as completed historical - context. + moved out of `Canvas::draw_merge()`, and the helper-shape cleanup is + recorded here as completed historical context. - 2026-06-15: `DEBT-0036` was narrowed again. `Canvas::draw_merge_branch_orchestration()` now drops the unused `draw_checkerboard` parameter from the internal branch wrapper, and `Canvas::draw_merge_temporary_paint_branch()` now drops the diff --git a/docs/modernization/roadmap.md b/docs/modernization/roadmap.md index a374fbe6..2ebaffb9 100644 --- a/docs/modernization/roadmap.md +++ b/docs/modernization/roadmap.md @@ -3238,11 +3238,11 @@ Results: - `STR-016` completed on 2026-06-13 in `b9ed78e1`; the per-layer composite block moved out of `Canvas::draw_merge()`, and the follow-on `draw_checkerboard`/helper-shape cleanup is archived as `DEBT-0036` - reduction. + reduction only. - `Canvas::draw_merge_branch_orchestration()` and `Canvas::draw_merge_temporary_paint_branch()` later kept narrowing - `DEBT-0036`, but the draw-merge extraction itself is no longer blocked by - the helper API shape mismatch. + `DEBT-0036`, and this note remains archival context for the completed + draw-merge extraction. - Canvas main-brush, dual-brush, and stroke-pad draw paths now use the tested `pp_paint_renderer` stroke-feedback plan to decide whether framebuffer fetch supplies destination color or the legacy OpenGL path must copy the target