Dashboard › opencode-lore › Distillation
e293ac51-b595-43ed-bb6a-88b1949a6a00["lore_tm_v1_pj9eRyBG_PHDLa9H3lOYJuX0eTrA41N6rhrO3S1TO60","lore_tm_v1_ACXaWoMCTGg5Tptv1qV0pvUbY-IkDMw2WB40Z8qs0dw","lore_tm_v1_IkcjDeBKmjJoALgJR6iGrmFnE1Go2_QOxyTdHBfpAUQ","lore_tm_v1_IIHlYdwigdCtu0kkHemo_hX6jY2ZMhUnshErW4n_uFE","lore_tm_v1_LYx_z1qEfNnIImJSWymrudkfOzIIT-7qbEpyT_3rtu4","lore_tm_v1_2Q184bgRvQ0Qks0IKSwnOtch3angiB2hW9nOlioVLnk","lore_tm_v1_UcwaB9SaIgh2fwwwioKH3NU1ld4kq0ShXI5RC-ECvmI"]
Date: Sep 16, 2026
packages/core/test/setup.ts; tests must never use the production database at ~/.local/share/lore/lore.db.pnpm workspace monorepo, and storage is SQLite in WAL mode with FTS5 full-text search at ~/.local/share/lore/lore.db./home/byk/Code/opencode-lore-embedding-runtime/package.json to pnpm@10.28.0, Volta Node 24.16.0, and Volta pnpm 10.28.0.pnpm test, pnpm run typecheck, pnpm run lint, pnpm run format:check, and pnpm run build; formatting is applied with pnpm run format, and lint autofixes use pnpm run lint:fix.gh workflow run release.yml -f version=auto for conventional-commit-derived semver or gh workflow run release.yml -f version=0.23.0 for an explicit version.scripts/bump-version.sh updates every package.json; 2. changelog is generated from conventional commits; 3. a release/X.Y.Z branch is created and pushed; 4. CI runs tests and builds npm tarballs, standalone binaries, and delta patches; 5. Craft opens a publish issue; 6. adding the accepted label triggers npm OIDC publishing and a GitHub Release with binaries and patches.SYNCED_TABLES β packages/core/test/sync-registry-contract.test.ts; MIGRATIONS β the db.test.ts schema-version assertion plus migration-specific tests; AGENTS β agents.test.ts, checking name, displayName, binary, detect(), and that binary is a constant placeholder string.packages/core/test/sync-registry-contract.test.ts; per-operation sync invariants in packages/core/src/sync-data.ts through assertSyncInvariants; and sequence properties in packages/gateway/test/sync.property.test.ts, covering prune-floor progress, eventual convergence, no ping-pong, and currentTier correctness.TypeError in strict mode instead of silently corrupting the cache.db().query monkeypatches are hidden by the tracing Proxy; SQL-counting tests must use the log.registerSink({ withDbSpan }) seam because direct assignment to db().query is silently ignored.pnpm test, pnpm run typecheck, pnpm run lint, and pnpm run format:check, explicitly checking exit codes; run property tests Γ10; verify the working tree ends unmodified via hashes; and report each point as PASS, FAIL, CONCERN, or MUST-FIX with file:line evidence plus an overall MERGE or DO-NOT-MERGE verdict.tmzmtlss / commit e6d0f1ed is on bookmark fix/embedding-runtime-admission with description fix(core): correct embedding runtime selection and admission, based on main commit 2cbf4006.packages/core/src/cgroup-memory.ts and packages/core/test/cgroup-memory.test.ts; modified packages/core/src/embedding/local.ts, packages/core/src/embedding/pool.ts, packages/core/src/embedding-cap.ts, packages/core/src/embedding-worker-types.ts, packages/core/src/embedding-worker.ts, packages/core/src/embedding.ts, packages/core/src/ort-native.ts, packages/core/test/embedding-cap.test.ts, packages/core/test/embedding-pool-memory.test.ts, packages/core/test/embedding-pool.test.ts, packages/core/test/embedding-worker-types.test.ts, packages/core/test/ort-native.test.ts, packages/gateway/script/bundle.ts, packages/gateway/script/ort-platform-package.ts, packages/gateway/test/bundle-exports.test.ts, and packages/gateway/test/ort-platform-package.test.ts.fix/responses-private-references; assistant stated the current embedding-runtime candidate itself had no conflicts.