@totalreclaw/totalreclaw 1.0.0 → 1.0.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.
- package/.github/workflows/publish.yml +2 -0
- package/README.md +2 -2
- package/SKILL.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,8 +82,8 @@ Your recovery phrase is a 12-word BIP-39 mnemonic -- like a crypto wallet seed.
|
|
|
82
82
|
|
|
83
83
|
## Comparison
|
|
84
84
|
|
|
85
|
-
| Feature | TotalReclaw |
|
|
86
|
-
|
|
85
|
+
| Feature | TotalReclaw | Mem0 |
|
|
86
|
+
|---------|-------------|------|
|
|
87
87
|
| Encryption | Client-side (zero-knowledge) | Server-side (server can read) |
|
|
88
88
|
| Data portability | One-click plaintext export | No export |
|
|
89
89
|
| Key management | BIP-39 seed phrase (user-controlled) | Server-managed keys |
|
package/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: totalreclaw
|
|
3
3
|
description: "Zero-knowledge encrypted memory vault for AI agents — the password manager for AI memory. Full E2EE: server never sees plaintext."
|
|
4
|
-
version: 0.1
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
author: TotalReclaw Team
|
|
6
6
|
license: MIT
|
|
7
7
|
homepage: https://github.com/p-diogo/totalreclaw
|