opencode-codebase-index 0.25.1 → 0.26.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.25.1",
3
+ "version": "0.26.0",
4
4
  "description": "Host-neutral semantic codebase search with embeddings, symbol discovery, and call-graph tooling",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -46,6 +46,8 @@
46
46
  "dev": "tsup --watch",
47
47
  "eval": "npx tsx src/cli.ts eval run",
48
48
  "eval:agent": "npx tsx src/cli.ts eval run --dataset benchmarks/golden/agent-context.json",
49
+ "eval:architecture": "npx tsx src/cli.ts eval run --dataset benchmarks/golden/architecture-context.json",
50
+ "eval:architecture:ci": "npx tsx src/cli.ts eval run --config .github/eval-config.json --reindex --dataset benchmarks/golden/architecture-context.json --ci --budget benchmarks/budgets/architecture-context.json",
49
51
  "eval:pre-edit": "npx tsx src/cli.ts eval run --dataset benchmarks/golden/pre-edit-context.json",
50
52
  "eval:representative": "npx tsx src/cli.ts eval run --dataset benchmarks/golden/representative.json",
51
53
  "eval:representative:ollama": "npx tsx src/cli.ts eval run --config .github/eval-ollama-full-config.json --reindex --dataset benchmarks/golden/representative.json --budget benchmarks/budgets/representative.json",