Dashboard › opencode-lore › Distillation
612c9dc1-ae16-4060-bf83-ab8d78ac46ba["lore_tm_v1_57-JOdEylNT-VtUWPGtifSSOi7yK2eR818A6MVHKdJs","lore_tm_v1_Le-pt6lJs6kQb0XFGj-vnhdSVBPlRPJGvE_y1XBWnNQ","lore_tm_v1_YXVCUAFChjYFM7mkKoXoLs2EqLRutmH9Q-VI2slWLIY","lore_tm_v1_3zTFDeSKwu1ie2kd4sopwi8AA-Ej3ORYRJIl6s2Zh4Q","lore_tm_v1_sx99ulv3DoyGzHK-fNqm9qvoLP5Y_-gVi41ka66DCl8","lore_tm_v1_uBw_VevMbn4fQAMbmgmzv747AVZ91VDjrvY_bSVYj4c","lore_tm_v1_-e5yegPSeLDvDpG3ZC8bXfhWZnWOxeqT16qpeRSpdLA","lore_tm_v1_rHKwsdD0xaY-yawQIUCBgnrOVtw2WuCiuJDUfxajzxA","lore_tm_v1_k0aTOaueEcj48gUOTCDNBBULfkWTfw0imEcEil7IgzY","lore_tm_v1_WbUEqEpWGwB05JC559o3GjvBUwWd4TEEG5kZHqLaIoc","lore_tm_v1_qRYgQ0bfkocQysgh1_j2SB0BcR46SI2tIQwFG8Qj3SU"]
Date: Sep 16, 2026
jj operations never fail on merge conflict; rebase, new, or squash records the conflict in the resulting commit, after which jj st must be used and files resolved manually rather than via interactive jj resolve..jj/ to use jj rather than git for mutations; even in colocated .jj/ + .git/ repositories, Git may only be used read-only or for unsupported operations such as git submodule.-i and --interactive, always pass -m "msg" when describing or committing, verify mutations using jj st and jj log, prefer stable letter-based change IDs over hexadecimal commit IDs, and never rebase or describe immutable commits.jj undo reverses the last operation; jj op log displays operations; jj op restore <op-id> rewinds repository state.repo-setup skill was unavailable, so repository instructions would be applied from checked-in files and package scripts.@ was change tmzmtlss, commit e6d0f1ed, bookmark fix/embedding-runtime-admission, description fix(core): correct embedding runtime selection and admission; parent @- was change pxrvwsvv, commit 2cbf4006, bookmark main, description feat(cch): add seeds for Claude Code up to 2.1.272 (#1780).packages/core/src/cgroup-memory.ts and packages/core/test/cgroup-memory.test.ts.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 had conflicts; suggested inspection via jj bookmark list and resolution via jj bookmark set <name> -r <rev>.AGENTS.md require every non-trivial PR to receive an adversarial correctness review before merge and specify a two-reviewer workflow in quality/REVIEW.md.>= 22.5, uses TypeScript with pnpm workspaces, and stores SQLite data in WAL mode with FTS5 at ~/.local/share/lore/lore.db.packages/core/test/setup.ts, never the production database.CHANGELOG.md must never be edited manually because Craft handles both.AGENTS.md are 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 tests and builds npm tarballs, standalone binaries, and delta patches; 5. Craft opens a publish issue and the Publish workflow runs once labeled accepted; 6. publishing uses npm OIDC trusted publishing and creates a GitHub Release with binaries and patches.package.json identifies lore-monorepo as a private ESM monorepo using pnpm@10.28.0; Volta pins Node 24.16.0 and pnpm 10.28.0.esbuild, onnxruntime-node, and sharp under pnpm.onlyBuiltDependencies, and overrides onnxruntime-node to 1.27.0.typecheck: pnpm -r run typecheck, test: vitest run, pretest: pnpm --filter @loreai/gateway run bundle, test:coverage: pnpm --filter @loreai/gateway run bundle && vitest run --coverage, build: pnpm -r run build, lint: oxlint --type-aware, lint:fix: oxlint --type-aware --fix, format: oxfmt, format:check: oxfmt --check, premutation: pnpm --filter @loreai/gateway run bundle, and mutation: stryker run.in_progress; tasks 2β5 remained pending/high priority and task 6 remained pending/medium priority.133/133) but noted this did not prove resolver, generated-artifact, packaging, or diagnostic boundaries; next step was auditing the diff against those broader requirements before mutation testing.