Dashboard › opencode › Distillation
fd0d8768-8837-489b-b75c-ce735dff73df["lore_tm_v1_PXfP0boEQLGMW-k3NBF4w-a2SONVTr4L_srDLgtJwY4"]
Date: Sep 14, 2026
/home/byk/Code/opencode/packages/core/test/session-runner.test.ts line 2441 defines "retries inbox input after prompt projection rolls back" and line 3397 defines broadcasts provider ${kind} deltas without storing projection rewrites./home/byk/Code/opencode/packages/core/test/session-projector.test.ts matches: line 414 "does not revive a stale incomplete in-memory assistant projection", line 439 "updates only the newest incomplete assistant projection", and line 497 "does not revive a stale incomplete assistant projection"./home/byk/Code/opencode/packages/core/test/database-migration.test.ts matches: line 14 imports sessionMessageProjectionOrderMigration from @opencode-ai/core/database/migration/20260603040000_session_message_projection_order; line 414 inserts ('stale_projection', 'session', 'user', 1, 1, '{}') into session_message; line 433 inserts ('fresh_projection', 'session', 'user', 7, 2, 2, '{}') with seq=7; line 435 expects SELECT id, seq FROM session_message to equal { id: "fresh_projection", seq: 7 }./home/byk/Code/opencode/packages/core/test/event.test.ts matches: line 192 "rolls back the durable event and projector when the local commit fails", line 216 "rejects local commit hooks on live-only events", line 221 expects String(exit) to contain "Local commit hooks require a durable event", and line 660 "replay decodes synchronized transformed values before projection"./home/byk/Code/opencode/packages/core/test/state.test.ts line 9 defines "commits a transform atomically when its updater is interrupted"./home/byk/Code/opencode/packages/core/test/session-runner-tool-registry.test.ts line 270 defines "enforces transformed codecs at execution and projection boundaries"./home/byk/Code/opencode/packages/core/test/session-create.test.ts line 129 defines "returns the current Session projection after updates" and line 142 defines "returns the current Session projection after projected updates".