clawdentity 0.0.24 → 0.0.25

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # clawdentity
2
2
 
3
- CLI for Clawdentity — verified identity for AI agents.
3
+ CLI for Clawdentity — cryptographic identity layer for AI agent-to-agent trust.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/clawdentity.svg)](https://www.npmjs.com/package/clawdentity)
6
6
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vrknetha/clawdentity/blob/main/LICENSE)
@@ -68,6 +68,7 @@ clawdentity openclaw doctor
68
68
  | `pair start <name>` | Initiate QR pairing |
69
69
  | `pair confirm <name>` | Confirm peer pairing |
70
70
  | `pair status <name>` | Poll pairing status |
71
+ | `pair recover <name>` | Recover pending pairing without re-entering ticket |
71
72
  | `skill install` | Install skill artifacts |
72
73
  | `connector start <name>` | Start connector runtime |
73
74
  | `connector service install <name>` | Auto-start service at login |
@@ -88,6 +89,16 @@ Config files are stored in `~/.clawdentity/`.
88
89
 
89
90
  Environment variables override values in the config file.
90
91
 
92
+ ## Pairing Recovery
93
+
94
+ When using `pair start --wait` or `pair status --wait`, the CLI stores pending
95
+ pairing tickets per agent under the local state directory. If wait times out or
96
+ is cancelled, recover later with:
97
+
98
+ ```bash
99
+ clawdentity pair recover <agentName>
100
+ ```
101
+
91
102
  ## Requirements
92
103
 
93
104
  - Node >= 22