pi-hermes-memory 0.7.21 → 0.7.22
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-hermes-memory",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.22",
|
|
4
4
|
"description": "🧠 Persistent memory + 🔍 session search + 🛡️ secret scanning for Pi. Token-aware policy-only memory by default, SQLite FTS5 search, auto-consolidation, procedural skills. 368 tests. Ported from Hermes agent.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@earendil-works/pi-coding-agent": ">=0.74.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@earendil-works/pi-ai": "^0.
|
|
51
|
+
"@earendil-works/pi-ai": "^0.80.2",
|
|
52
52
|
"@earendil-works/pi-coding-agent": "^0.80.2",
|
|
53
53
|
"@types/better-sqlite3": "^7.6.13",
|
|
54
54
|
"tsx": "^4.21.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"typescript": "^6.0.3"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@earendil-works/pi-tui": "^0.
|
|
59
|
+
"@earendil-works/pi-tui": "^0.80.2",
|
|
60
60
|
"better-sqlite3": "^12.9.0"
|
|
61
61
|
}
|
|
62
62
|
}
|