Dashboard › opencode › Distillation
00b01844-acf5-4ba5-82a9-3cf936287ca6["lore_tm_v1_Q1FVxXEEYSgnrP4KByvM0LKbVDgmGEHPvqZdzXs6bJo","lore_tm_v1_20U-kcMqyWoVYd5LnhbboIs-lY5rtaG9uihDPDY9Xs0","lore_tm_v1_ptJWKIzWLQGRlQgm4NCcvqtDP9Ec0iesLu4_NbGRsiw"]
Date: Sep 17, 2026
openapi_valid=true, with 162 paths and 481 schemas; session.next.prompt.execution_requested, session.next.step.interrupted, session.next.step.recovered, and requestExecution each appeared exactly 4 times.it.effect test uses execution ID "recovery-settled-at-cas" and includes a database trigger operation UPDATE session_recovery SET wake_pending = false WHERE execution_id = OLD.execution_id;.it.effect test is titled “redrives ordinary input without recovering a claim that crashed before promotion”; the shown assertions inspect SessionInputTable and events of type "session.next.step.recovered.1", including recovered phase "ready".SessionRecovery.recover(), SessionInput.admit(...), EventV2.Service, and recovery fixture identity "shared-recovery-identity"; one shown assertion requires SessionInputTable to equal [], and another checks { wake_pending: false }.continuation("exact-stale") in SessionInputTable.SessionMessage.ID.make("msg_recovery_exact_owner_stale"), publishes SessionEvent.Step.Started, and expects the SessionRecoveryTable row to match { recovery_error: null }.SessionRecovery.recover() with SessionExecution.Service set to recoveryExecution, then expects SessionInput.promoteSteers(db, events, sessionID, Number.MAX_SAFE_INTEGER) to return exactly 1.it.effect recovery test is titled “never recovers an expired cancellation claim”.