Dashboard › opencode-lore › Distillation
5d860e60-9648-4ab5-bcf3-919110f8dc76["lore_tm_v1_VpG9gqG0HJbOtHjf3PiEDD3J2cN-i0fqkN3rOOVbpfs","lore_tm_v1_eoRwPvAiMr-b1J5-VrhbnrdFryh_e8YU4PNBUroRsSM"]
Date: Sep 16, 2026
MIN_EMBED_TOKENS and MODEL_MAX_TOKENS, with the latter documented as the modelβs 2048-token sequence length.EMBED_BACKOFF_FACTOR = 0.7.EMBED_REPROBE_RATIO = 1.3; if free memory never improves enough relative to the learned limit, the system never re-probes.EMBED_CAP_TRUST_BAND = 0.25.PER_WORKER_MEM_BUDGET_BYTES-sized workers fit in freeBytes, but the result is never below 1; the primary embedding worker always runs.os.freemem() reports host memory and a WASM out-of-memory failure is uncatchable, so the Γ0.7 OOM backoff never fires because the WASM path has already self-limited.EMBED_WASM_HEAP_MAX_BYTES = 4 * 1024 * 1024 * 1024.jj-guide specified Jujutsu workflow constraints: use jj rather than Git mutations when .jj/ exists; never use interactive flags; always supply -m "msg" when describing or committing; verify mutations with jj st and jj log; prefer stable change IDs over commit IDs; do not rewrite immutable commits; use jj undo or jj op restore <op-id> for recovery; and after jj commit, move the bookmark explicitly because bookmarks do not auto-advance and the completed content is in @-.