Record STR-056 closeout hash

This commit is contained in:
2026-06-14 05:29:13 +02:00
parent 7baf377c44
commit f4cd08d700
2 changed files with 25 additions and 0 deletions

View File

@@ -2304,6 +2304,27 @@ Done Checks:
- `docs/modernization/debt.md` records the reduced stroke-commit wrapper
surface.
### STR-056 - Extract Stroke Commit Plan Assembly
Status: Done
Score: no score movement
Debt: `DEBT-0036`
Scope: `src/canvas.cpp`, `tests/paint_renderer/stroke_execution_tests.cpp`
Closeout: `7baf377c`
Goal:
Move the retained `Canvas::stroke_commit()` plan construction into a helper so
the callsite only supplies current state and dispatches the result.
Done Checks:
- `Canvas::stroke_commit()` no longer builds the stroke-commit plan inline.
- Regression coverage proves the helper preserves the plan fields used by the
retained commit request.
- `docs/modernization/debt.md` records the reduced stroke-commit planning
surface.
Validation:
```powershell