You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(search): query-aware bestExample, golden file threshold, ONNX thread limits
- Lower golden file threshold from >=3 to >=2 for React/generic codebase coverage
- Persist patterns field in IntelligenceGoldenFile for downstream category filtering
- get_team_patterns now returns filtered goldenFiles for di/state/testing categories
- search_codebase getBestExample uses directory overlap against top-5 results (no keyword maps)
- discovery-harness falls back to parsed.bestExample when preflight.bestExample absent
- ONNX Runtime limited to half cores by default (CODEBASE_CONTEXT_ONNX_THREADS override)
- setImmediate yields added in embedBatch inner loop and indexer outer batch loop
0 commit comments