@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 +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
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/
|
|
74
|
+
~/Documents/acme-corp/safety-app
|
|
75
75
|
↓
|
|
76
|
-
Tags: ["
|
|
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.
|
|
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.
|
|
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
|
|