@spilno/herald-mcp 1.28.1 → 1.28.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.
package/README.md CHANGED
@@ -71,9 +71,9 @@ User: "Forgot to check existing tests before refactoring"
71
71
  Herald derives context **automatically** from your working directory:
72
72
 
73
73
  ```
74
- ~/Documents/aegis_ceda/herald-mcp
74
+ ~/Documents/acme-corp/safety-app
75
75
 
76
- Tags: ["aegis_ceda", "herald-mcp"]
76
+ Tags: ["acme-corp", "safety-app"]
77
77
  ```
78
78
 
79
79
  Patterns are matched by **tag overlap**, not rigid hierarchy:
@@ -180,4 +180,4 @@ MIT
180
180
 
181
181
  ---
182
182
 
183
- *Herald v1.28.1 — Pattern memory for AI agents*
183
+ *Herald v1.28.2 — Pattern memory for AI agents*
package/dist/index.js CHANGED
@@ -42,7 +42,7 @@ const HERALD_VAULT = process.env.HERALD_VAULT || "";
42
42
  const AEGIS_OFFSPRING_PATH = process.env.AEGIS_OFFSPRING_PATH || join(homedir(), "Documents", "aegis_ceda", "_offspring");
43
43
  // Cloud mode: Use CEDA API for offspring communication instead of local files
44
44
  const OFFSPRING_CLOUD_MODE = process.env.HERALD_OFFSPRING_CLOUD === "true";
45
- const VERSION = "1.28.1";
45
+ const VERSION = "1.28.2";
46
46
  // Self-routing description - teaches Claude when to call Herald
47
47
  const HERALD_DESCRIPTION = `AI-native pattern learning for CEDA.
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spilno/herald-mcp",
3
- "version": "1.28.1",
3
+ "version": "1.28.2",
4
4
  "description": "Herald MCP - AI-native interface to CEDA (Cognitive Event-Driven Architecture)",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",