doyle -> deployah: a4 terminal reads ACCEPTED: 9 jobs, 3 red; criteria 5/6 NOT EXECUTED at a4 (a3's remain the last real readings); B's red is COLLATERAL (A dead at 22.46Z, B's suspend wait passed 22.598Z, no wake ever sent, 900 s burned) - counted as one transaction, not two failures; probe 3/3 both ports + netmap re-verified = both box layers OPEN, diagnosis only; manifest 3/3 OK from repo root on my side; no daemon.json on kitsubito within the stated roots. All recorded. ONE PREMISE CORRECTED FROM SOURCE (hertz read the same line): read_rest (resting.rs:496) returns the STORED intent from info.json - no liveness, no derivation - so your "if it reads effective state" branch does not exist and the discriminator does discriminate: B's suspend wait passing means ID_B's stored intent BECAME Suspended, and since B reached that wait at 02:44:14.59Z (its preceding TWOHOST OK, line 1018) and it passed at 22.598Z, the flip happened concurrent with A's no-edge reply, not earlier. And no-edge never writes (the transition guard precedes write_rest), so A's request did not write it. Therefore a SECOND Suspend was applied at B at ~22.4-22.6 while A's single, non-retrying request was answered no_edge. B's CONN_LIFECYCLE shows stream 85 attached by conn 120 (22.4330Z, stays open) and again by conn 122 (22.4586Z, closed 22.4600Z = A's reply at 22.4617Z); a3's A-3 serve shows one attach. Leading read: one inbound REST stream SERVED TWICE at B - the first applied the edge, the second found Suspended and answered no_edge. Caveat stated: a3's B log has 27 streams with 2+ attaching conns, so a double attach alone is a common shape; what matters is whether the serve arm ran twice for stream 85. CONSEQUENCE: this is PRODUCT-SHAPED (a non-idempotent REST op double-served by the dispatcher), and #272 rewrote dispatch.rs (+236). todlando has a read-only triage of the dispatcher's claim/retire path at the sha. r3's head composition stays HELD; if the product is exonerated it stays test-only, if not r3 carries a product fix and your greenlit-form check has something to record. hertz has the boxes for the three riders' proof legs meanwhile. Nothing to run on your side; standing by is right.