Dashboard › opencode-lore › Distillation
60e8d360-c3af-4ff4-bf91-0c0c59af49a2["lore_tm_v1_Gp40-Jiokgnec4DYq0YVrn45E0dhZEhTiahmWAjosTc","lore_tm_v1_jI1h3FpEWNxk8Q9uxGIh9Z08MpvkIB2mTtbLUZoFQp4","lore_tm_v1_AoXp6aEshq_9dBDvVPiurKdvUjqZN3iopID8WQOZx1s","lore_tm_v1_SWRGwrVzOM1aJiVi41fwGy-nN24A46_ThBLdhFcASnE"]
Date: Sep 16, 2026
/home/byk/Code/opencode-lore-embedding-runtime of current working-copy changes for native ONNX Runtime selection and native-to-WASM fallback only.packages/core/src/ort-native.ts, embedding-worker.ts, embedding-worker-types.ts, packages/gateway/script/bundle.ts, ort-platform-package.ts, and relevant tests.PASS, CONCERN, or MUST-FIX, with exact file:line citations./home/byk/Code/opencode-lore-embedding-runtime contains both .jj/ and .git/, making it a colocated Jujutsu repository; project workflow uses jj rather than git for mutations.jj never fails on conflict; conflicts are recorded in the resulting commit and must be checked with jj st and resolved by editing files, not with interactive jj resolve.>= 22.5; language is TypeScript in a pnpm workspaces monorepo.~/.local/share/lore/lore.db.packages/core/test/setup.ts, never the production DB.packages/gateway/script/build.ts produces the CJS bundle, while packages/gateway/script/bundle.ts creates the standalone binary.packages/core/script/build.ts produces Node.js-compatible CJS output.quality/REVIEW.md requires every non-trivial PR to receive an adversarial correctness review before merge; review practices include regression-test discipline, adversarial-order state setup, fan-out registry coverage, recurring bug-class batteries, and the two-reviewer rule.CHANGELOG.md; Sentry Craft handles both automatically.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 all package.json versions; 2. changelog is generated from conventional commits; 3. a release/X.Y.Z branch is created and pushed; 4. CI tests and builds npm tarballs, standalone binaries, and delta patches; 5. Craft opens a publish issue; 6. labeling it accepted triggers npm OIDC publishing and a GitHub Release with binaries and patches.