@mono-agent/memory 0.5.1 → 0.6.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -50,7 +50,7 @@ This package may depend on core contracts and local persistence/search dependenc
50
50
 
51
51
  ## What This Package Does Not Own
52
52
 
53
- It does not own host configuration, backend selection, automatic `memory_recall` MCP wiring, external Supermemory storage, model runtime execution, communication channels, or run artifact persistence. `@mono-agent/agent-app` chooses which memory backend to build and wires the recall tool, while `@mono-agent/memory-supermemory` owns the external Supermemory backend.
53
+ It does not own host configuration, backend selection, automatic `MemoryRecall` MCP wiring, external Supermemory storage, model runtime execution, communication channels, or run artifact persistence. `@mono-agent/agent-app` chooses which memory backend to build and wires the recall tool, while `@mono-agent/memory-supermemory` owns the external Supermemory backend.
54
54
 
55
55
  ## Verification
56
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mono-agent/memory",
3
- "version": "0.5.1",
3
+ "version": "0.6.1",
4
4
  "description": "Local memory package with SQLite store, embedding search, and Bullet-Journal engine subpaths.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -27,7 +27,7 @@
27
27
  "README.md"
28
28
  ],
29
29
  "dependencies": {
30
- "@mono-agent/agent-contracts": "0.5.1",
30
+ "@mono-agent/agent-contracts": "0.6.1",
31
31
  "better-sqlite3": "^11.8.1",
32
32
  "sqlite-vec": "^0.1.7-alpha.2"
33
33
  },