You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acceptance, required in the staged tickets rather than left to judgement: a case with a deliberately undersized parent that shows the drawing escaping, and a clipped counterpart proving containment still works. Nothing in the repo exercises either today. Note the existing snapshots that encode surface geometry (src/layout/__snapshots__/stroke.test.ts.snap) and the stubbed getBoundingClientRect in the renderer tests.
Then cut it into ready-for-agent tickets in the style of #244/#245/#246: scope and acceptance criteria settled, each one buildable without reopening a decision.
Question
Fold every settled decision into one specification for what bounds the drawing surfaces, and stage it as
ready-for-agenttickets.This is the map's destination. Nothing here is a decision; it is the write-up and the hand-off.
The specification covers:
Acceptance, required in the staged tickets rather than left to judgement: a case with a deliberately undersized parent that shows the drawing escaping, and a clipped counterpart proving containment still works. Nothing in the repo exercises either today. Note the existing snapshots that encode surface geometry (
src/layout/__snapshots__/stroke.test.ts.snap) and the stubbedgetBoundingClientRectin the renderer tests.Then cut it into
ready-for-agenttickets in the style of #244/#245/#246: scope and acceptance criteria settled, each one buildable without reopening a decision.