@xultrax-web/agent-memory-mcp 0.11.4 → 0.11.5

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/README.md +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -116,10 +116,16 @@ Surfaces:
116
116
 
117
117
  The `healthy` flag is true iff no stale rules, no conflicts, no unreceipted ops in the recent log.
118
118
 
119
+ ### Compliance Receipt Protocol 1.0 spec (v0.11.5)
120
+
121
+ The CRP enforcement primitive is documented as a standalone spec at [docs/compliance-receipt-protocol-1.0.md](docs/compliance-receipt-protocol-1.0.md). Other MCP servers can adopt the same receipt format + validation rules to interoperate · `agent-memory-mcp` is the reference implementation.
122
+
123
+ The spec covers: receipt structure, canonical encoding, signing (HMAC-SHA256), validation order, rules-version hashing, reserved caveat types, MCP integration patterns, security considerations, cross-server adoption, and test vectors.
124
+
119
125
  ### Roadmap for the v0.11.x series:
120
126
 
121
- - Compliance Receipt Protocol 1.0 spec doc on GitHub so other MCP servers can adopt the pattern
122
- - Sampling-enriched Tier-2 `check_action` for clients that support it
127
+ - Sampling-enriched Tier-2 `check_action` for clients that support it (Claude Desktop, VS Code Copilot)
128
+ - Repositioning · README hero rewrite, /labs/agent-memory/ page, npm description (v0.11.6)
123
129
 
124
130
  ---
125
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xultrax-web/agent-memory-mcp",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "mcpName": "io.github.xultrax-web/agent-memory-mcp",
5
5
  "description": "Markdown memory for AI agents. Plain files you can read, edit, grep, and commit. Operator-grade storage with atomic writes, file locking, tags, [[wiki-links]], find_related, git-backed multi-machine sync, and an Ink-based TUI.",
6
6
  "type": "module",