hmem-mcp 6.3.2 → 6.3.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.
package/package.json
CHANGED
|
@@ -40,7 +40,11 @@ Or check GitHub releases: `gh release list -R Bumblebiber/hmem --limit 5`
|
|
|
40
40
|
hmem update-skills
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
This syncs all skill files from the npm package to the local skills directory
|
|
43
|
+
This syncs all skill files from the npm package to the local skills directory
|
|
44
|
+
**and prunes stale `hmem-*` skills that are no longer bundled** (as of v6.3.2).
|
|
45
|
+
Example output: `× hmem-self-curate (removed, no longer bundled)`.
|
|
46
|
+
|
|
47
|
+
Verify:
|
|
44
48
|
|
|
45
49
|
```bash
|
|
46
50
|
ls ~/.claude/skills/hmem-*/SKILL.md # Claude Code
|
|
@@ -48,6 +52,8 @@ ls ~/.config/gemini/skills/hmem-*/ # Gemini CLI (if applicable)
|
|
|
48
52
|
```
|
|
49
53
|
|
|
50
54
|
Check for new skills that weren't there before — inform the user about new capabilities.
|
|
55
|
+
If a skill was removed (e.g. merged into another), mention that too so the user knows
|
|
56
|
+
the workflow has moved.
|
|
51
57
|
|
|
52
58
|
---
|
|
53
59
|
|