pi-hermes-memory 0.5.2 → 0.5.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/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,9 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
**Persistent memory + session search + secret scanning for Pi**
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[](#testing)
|
|
11
|
-
[](LICENSE)
|
|
9
|
+
npm: [pi-hermes-memory](https://www.npmjs.com/package/pi-hermes-memory) · tests: 272 · license: [MIT](LICENSE)
|
|
12
10
|
|
|
13
11
|
---
|
|
14
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-hermes-memory",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "🧠 Persistent memory + 🔍 session search + 🛡️ secret scanning for Pi. SQLite FTS5 search across every conversation, auto-consolidation, memory aging, procedural skills. 272 tests. Ported from Hermes agent.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|