Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// replacing, the claim-time check (src/miner/soft-claim.ts) -- so a stale submission never reaches the Governor
// chokepoint (governor-chokepoint.js) as a live write attempt: check freshness first, THEN prepareOpenPrSubmission
// (harness-submission-trigger.js), THEN the Governor. These are separate, sequentially-composed units, not nested
// calls -- a future real call site wires them together in that order.
// calls -- attempt-runner.js (#2337) is the real call site that wires them together in that order.
//
// READ-ONLY BY CONTRACT: never writes anything except its own abort-reason audit event (on staleness only, not
// on every check -- mirrors this issue's own "log the abort reason" wording, not a per-decision audit trail).
Expand Down