From 4ecf3d84a7f879273eda7b7be2068f3abb6ac699 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Tue, 16 Jun 2026 00:31:41 +0200 Subject: [PATCH] Tighten archived STR-016 wording --- docs/modernization/debt.md | 2 +- docs/modernization/roadmap.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modernization/debt.md b/docs/modernization/debt.md index 59a7b002..7bb54d82 100644 --- a/docs/modernization/debt.md +++ b/docs/modernization/debt.md @@ -403,7 +403,7 @@ agent or engineer to remove them without reconstructing context from chat. - 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 rather than a live blocker. + 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 1b1ed580..a374fbe6 100644 --- a/docs/modernization/roadmap.md +++ b/docs/modernization/roadmap.md @@ -3237,8 +3237,8 @@ Results: the legacy OpenGL blend draw. - `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 historical - `DEBT-0036` reduction. + `draw_checkerboard`/helper-shape cleanup is archived as `DEBT-0036` + reduction. - `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