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
RG0's ground-truth question (does the isolated historical->realtime cutover
adopt a stale-LOW refetched boundary?) is resolved: it does NOT. Upstream's own
adoption guard in getHistoricalEventsIsolated breaks before the assignment
whenever (finalizedBlock.number - syncProgress.finalized.number) <=
finalityBlockCount; a stale-low clamp gives a negative delta, always <=
finalityBlockCount, so the below-floor boundary is never adopted. The multichain
site's floor: is load-bearing only because that site's post-catchup assignment
is unconditional; the isolated site has no such path.
Verified three ways: two blind reviewers (independent reasoning + grafted-source
read across all pinned versions) plus a first-hand re-check of raw upstream
0.16.9 historical.ts:827-835. RT-G13 reclassified must-verify->must-fix =>
should-fix: RT-2 still lands the floor for defense/doc-parity, but the
mutation-verified test pins the upstream guard (weaken the <= comparison =>
stale-low block adopted => fail), not the floor.
Records the RG0 verdict + marks the RG0 gate MET in the campaign plan.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .agents/plans/stream-realtime-production.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ and nowhere else; it is gated on the complete dossier, not on judgment.
34
34
35
35
| Gate | Name | One-line exit criterion |
36
36
|------|------|------------------------|
37
-
| RG0 | Ground truth ratified | This plan merged; RT-G13 (cutover floor) verified true-bug-or-not with a written verdict |
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