@balpal4495/quorum 3.8.1 → 3.8.2

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.
Files changed (2) hide show
  1. package/bin/mcp/tools.js +1 -1
  2. package/package.json +1 -1
package/bin/mcp/tools.js CHANGED
@@ -287,7 +287,7 @@ export async function toolAdvisor({ question, projectRoot } = {}) {
287
287
  const { createLanceDBStore } = await import("../../dist/oracle/adapters/lance-db.js")
288
288
 
289
289
  const store = await createLanceDBStore(chronicleDir)
290
- const oracle = createOracleClient({ store, embed: xenovaEmbed })
290
+ const oracle = createOracleClient({ vectorStore: store, embedder: xenovaEmbed })
291
291
  const evidence = await oracle.query(question)
292
292
  const result = await ask({ question, evidence }, { llm: _llm })
293
293
  return result
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balpal4495/quorum",
3
- "version": "3.8.1",
3
+ "version": "3.8.2",
4
4
  "description": "Git-backed memory and design review for AI coding agents",
5
5
  "type": "module",
6
6
  "license": "MIT",