refactor(web): extract range selection bootstrap

This commit is contained in:
2026-04-01 10:17:39 +02:00
parent c941b1e5cf
commit 84c5760392
5 changed files with 47 additions and 11 deletions
@@ -121,6 +121,7 @@ describe("architecture guardrails", () => {
]);
assert.deepEqual(evaluateRule(rangeRule, "export function updateRangeSelectionDraft() {}\n"), [
"apps/web/src/hooks/timelineRangeSelection.ts: missing guardrail anchor: timeline range helpers must keep selection bootstrap centralized",
"apps/web/src/hooks/timelineRangeSelection.ts: missing guardrail anchor: timeline range helpers must keep ordered range finalization centralized",
]);