@spilno/herald-mcp 1.36.2 → 1.36.3

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/dist/cli.js +1 -1
  2. 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.0";
373
+ const VERSION = "1.36.2";
374
374
  // Self-routing description - teaches Claude when to call Herald
375
375
  const HERALD_DESCRIPTION = `AI-native pattern learning for CEDA.
376
376
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spilno/herald-mcp",
3
- "version": "1.36.2",
3
+ "version": "1.36.3",
4
4
  "description": "Herald MCP - AI-native interface to CEDA (Cognitive Event-Driven Architecture)",
5
5
  "main": "dist/sdk.js",
6
6
  "types": "dist/sdk.d.ts",