@pocketagent/paw 1.0.5 → 1.0.6
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,6 +80,9 @@ We're launching on Solana because:
|
|
|
80
80
|
- **Zero Plaintext**: All secrets encrypted at rest
|
|
81
81
|
- **Memory Safe**: Keys cleared after use
|
|
82
82
|
- **Theft Resistant**: Stolen files are useless
|
|
83
|
+
- **Machine-Bound**: Wallets tied to specific device (hostname, username, OS, architecture, home directory)
|
|
84
|
+
|
|
85
|
+
⚠️ **Important:** Wallets are bound to your machine. If you change hostname, username, or reinstall OS, you'll need to export/import your private keys before making changes. Always backup your private keys with `paw export <agent-id>` before system changes!
|
|
83
86
|
|
|
84
87
|
### 📟 Retro Dashboard
|
|
85
88
|
- **Pager-Style TUI**: Monochrome green-on-black aesthetic
|