nodpay 0.2.10 → 0.2.12

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/SKILL.md +8 -0
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -14,10 +14,18 @@ You propose payments, your human approves with one tap. 2-of-3 multisig — you
14
14
  - **Your private key never leaves disk.** `keygen` writes to `.nodpay/.env` (chmod 600) — never in stdout, context, or logs.
15
15
  - **You can only propose.** Execution requires human co-sign (passkey). No single party can move funds.
16
16
  - **Wallet info is public key material.** Safe address, passkey X/Y, recovery signer — all safe to store.
17
+ - **Recovery key is user-held.** The 12-word phrase generates a third signer the user controls. If the agent key or passkey is lost, the user can still recover funds — the agent never has unilateral access.
17
18
  - **NodPay server is stateless.** It relays signed operations — no private keys, no custody, no accounts. If the server goes offline, funds stay safe on-chain.
18
19
  - **The web app is a convenience layer.** It helps users create wallets and approve transactions. All crypto operations happen client-side; nothing sensitive is stored server-side.
19
20
  - **Verify the agent address matches yours** before storing wallet info. Mismatch = wrong key binding.
20
21
 
22
+ ## For Your User
23
+
24
+ - **No app, no extension, no account.** User opens a link, creates a passkey, done. 30 seconds.
25
+ - **Works on any device.** Passkeys are built into the OS — phone, laptop, tablet.
26
+ - **One-tap approval.** Agent proposes, user taps approve. No gas estimation, no hex strings.
27
+ - **Same address everywhere.** One wallet works across all supported chains.
28
+
21
29
  ---
22
30
 
23
31
  ## Setup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodpay",
3
- "version": "0.2.10",
3
+ "version": "0.2.12",
4
4
  "description": "NodPay CLI — propose on-chain payments from agent-human shared wallets",
5
5
  "type": "module",
6
6
  "bin": {