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
The isolated single-chain historical→realtime cutover clamp
(getHistoricalEventsIsolated) now passes floor = params.syncProgress
.finalized.number to clampFinalizedToPortalHead, mirroring the
multichain/omnichain cutover sites. Added to all 5 wiring patches
(0.15.17–0.16.9), added block byte-identical; hunk headers rebalanced.
CANDID: the floor is INERT defense-in-depth / doc-parity. RG0 proved the
isolated path is already safe via the upstream break-before-adopt guard
(delta <= finalityBlockCount ⇒ break, before the boundary assignment): a
stale-LOW probe yields a negative delta and is never adopted regardless
of the floor. Since floor equals the guard's compare value, the floor
MASKS a guard mutation — so the test pins the guard INDEPENDENTLY of the
floor rather than through the real path (which would be vacuous, per RG0):
Pin A pins the shipped floor; Pin B pins the load-bearing guard.
Mutation-verified: M1 (drop the floor line) fails Pin A only; M2 (weaken
the guard <= → >=) fails Pin B only — the pins are independent.
INVARIANTS.md: add INV-25. Plan: mark RT-2 landed in RG1 + the RT-G13
register disposition (PR number left as #NNN for the merge gate).
Gates: scripts/sync-upstream.sh {0.16.6,0.15.17} --test → 361 passed each
(cutover-guard 42 tests); biome check portal/ --diagnostic-level=error → 0.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .agents/plans/stream-realtime-production.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ and nowhere else; it is gated on the complete dossier, not on judgment.
35
35
| Gate | Name | One-line exit criterion |
36
36
|------|------|------------------------|
37
37
| RG0 | Ground truth ratified | This plan merged; RT-G13 (cutover floor) verified true-bug-or-not with a written verdict. **MET** — plan merged ([#157](../../pull/157)); RT-G13 verified **INERT / NOT-A-BUG** (upstream guards isolated adoption — verdict in the RT-G13 register entry below), so RT-2 reclassifies to should-fix (defense / doc-parity). |
0 commit comments