@spilno/herald-mcp 1.36.2 → 1.36.4
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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -370,7 +370,7 @@ const HERALD_VAULT = process.env.HERALD_VAULT || "";
|
|
|
370
370
|
const HERALD_VAULTS_PATH = process.env.HERALD_VAULTS_PATH || join(homedir(), "Documents", "herald_vaults");
|
|
371
371
|
// Cloud mode: Use CEDA API for vault communication instead of local files
|
|
372
372
|
const HERALD_VAULTS_CLOUD = process.env.HERALD_VAULTS_CLOUD === "true";
|
|
373
|
-
const VERSION = "1.36.
|
|
373
|
+
const VERSION = "1.36.3";
|
|
374
374
|
// Self-routing description - teaches Claude when to call Herald
|
|
375
375
|
const HERALD_DESCRIPTION = `AI-native pattern learning for CEDA.
|
|
376
376
|
|