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
Two gaps in one file, bundled under the hard same-file serial rule:
- Pre-dispatch stale-premise check gains its second half: every issue a
ruling or card names as a blocker, claim surface, coordination target,
or arms-once-this-lands dependency is re-read (open/closed/assignee)
at dispatch time, and the dispatch order cites the observed state, not
the ruling's description. origin/main cannot answer whether a card is
still open; a stale action claim self-corrects when the dev starts,
a stale card reference never turns anything red.
- Seat-Routine round guard becomes a complete mutual-exclusion reading:
each fire leaves a round-open marker (session ID + fire time) on the
seat post before its first write; the guard reads both the last
closing brief and the latest round-open marker — a marker newer than
the brief and younger than one round means a live sibling round, so
the fire self-exits. Closes the window in which a slow round is
invisible because its brief only lands at round end.
Line ratchet stays at 682/682: both additions are paid for by removing
text duplicated verbatim in the references files the same sections
already cite (create_trigger trap, release-board cadence lines, org
Project view note, epic territory rationale, landing-readings tail).
Claude-Session: https://claude.ai/code/session_01Rn7aaamsR99FXRqLcpL99q
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments