clawdentity 0.0.25 → 0.0.26

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
@@ -68,7 +68,6 @@ 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 |
72
71
  | `skill install` | Install skill artifacts |
73
72
  | `connector start <name>` | Start connector runtime |
74
73
  | `connector service install <name>` | Auto-start service at login |
@@ -89,16 +88,6 @@ Config files are stored in `~/.clawdentity/`.
89
88
 
90
89
  Environment variables override values in the config file.
91
90
 
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
-
102
91
  ## Requirements
103
92
 
104
93
  - Node >= 22