Dashboard › opencode › Distillation
9356e967-99fb-4d53-bf3b-c9a401cf2bc2["lore_tm_v1_wN2bDW8oOpH-LQYOkv3tvW60up4ck9r_-l0UntNeJQo","lore_tm_v1_vhZ7qSIs61w_mmjy9g9bKyPwNs7VdAKBiNCo4HZspJQ","lore_tm_v1_ZRkieKpUImd-nFwm3tOZ1RWeA7l79a5OutjrSV-e8JA","lore_tm_v1_OwHSEMAY-YTHC6ILtAH8iK5PWZL-_4AnDoseiz4USto","lore_tm_v1_WfmtMCLK2S3vbXdqdg4GjdYnZqJYC3_ss0MyyDqUZ4o"]
Date: Sep 15, 2026
packages/core/test/session-projector.test.ts:266 contains the test it.effect("never recovers an execution superseded by a newer assistant", ...).packages/core/test/session-projector.test.ts:447 tests that a malformed execution claim is quarantined without blocking a valid claim; the malformed row uses id: "malformed", owner_id: "dead", phase: "invalid", time_created: 0, and expires_at: 0, and is expected to receive recovery_error: "Invalid execution phase: invalid" while recovery proceeds with execution_id: "valid".packages/core/test/session-projector.test.ts include a "lost-wake" recovery with wake_pending: true, a "cross-session" execution in phase "unknown", recovery-batch session IDs formatted as ses_recovery_batch_${index.toString().padStart(3, "0")}, and a test at line 1258 that updates only the newest incomplete assistant projection./home/byk/Code/opencode/packages/core/schema.json contains 42 matches for the consolidated session_execution, session_recovery, wake_pending, foreign-key, primary-key, index, and phase-check definitions; /home/byk/Code/opencode/packages/core/src/database/schema.gen.ts contains 16 corresponding matches.