opencode-codebase-index 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-codebase-index",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Semantic codebase indexing and search for OpenCode - find code by meaning, not just keywords",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -45,9 +45,9 @@
45
45
  "eval:ci:ollama": "npx tsx src/cli.ts eval run --config .github/eval-ollama-config.json --reindex --ci --budget benchmarks/budgets/default.json --against benchmarks/baselines/eval-baseline-summary.json",
46
46
  "eval:compare": "npx tsx src/cli.ts eval compare",
47
47
  "test": "vitest",
48
- "pretest:run": "RUSTFLAGS=\"-C target-cpu=generic\" npm run build:native",
48
+ "pretest:run": "node scripts/run-build-native-with-rustflags.mjs",
49
49
  "test:run": "vitest run",
50
- "pretest:coverage": "RUSTFLAGS=\"-C target-cpu=generic\" npm run build:native",
50
+ "pretest:coverage": "node scripts/run-build-native-with-rustflags.mjs",
51
51
  "test:coverage": "vitest run --coverage",
52
52
  "lint": "eslint src/",
53
53
  "typecheck": "tsc --noEmit",