Dashboard › opencode › Distillation
Distillation
ID: db085f02-0dd7-4e20-85d2-def13308a92e
Generation: 0
Tokens: 244
R_compression: 1.867
C_norm: 0.000
Archived: No
Created: 2026-09-16 01:05:10
Source IDs:
["lore_tm_v1_FGM-vUpmj2QIAZRnJCJJ4l4NXMJvEMCxy2X7H0U2s0U"]
Observations
Date: Sep 15, 2026
- 🔴 (22:56) User specified the ownership-fencing invariant “never advances the Context Epoch after ownership changes” in
packages/core/test/session-projector.test.ts; the test expects SessionContextEpochTable to remain empty and the event count to remain unchanged after ownership changes.
- 🔴 (22:56) User specified the retry invariant “never wakes execution when retrying an already promoted prompt” in
packages/core/test/session-prompt.test.ts; the persisted SessionInputTable state must retain wake_pending: false.
- 🔴 (22:56) User specified the conflict-handling invariant “never arms durable wake for a conflicting execution retry” in
packages/core/test/session-prompt.test.ts.
- 🔴 (22:56) User specified the provider-dispatch fencing invariant “never dispatches a provider after ownership changes” in
packages/core/test/session-runner.test.ts; the test expects the captured provider requests array to equal [].
- 🔴 (22:56) User specified the streaming fencing invariant “never publishes streamed output after ownership changes” in
packages/core/test/session-runner.test.ts.