clawdentity 0.0.7 → 0.0.8
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/package.json
CHANGED
|
@@ -85,6 +85,11 @@ Required for pairing phase (after setup):
|
|
|
85
85
|
|
|
86
86
|
1. Validate prerequisites.
|
|
87
87
|
- Confirm CLI is installed.
|
|
88
|
+
- Confirm CLI setup command is the peer-field flow:
|
|
89
|
+
- `clawdentity openclaw setup --help` must include `--peer-alias`, `--peer-did`, `--peer-proxy-url`.
|
|
90
|
+
- it must **not** include `--invite-code`.
|
|
91
|
+
- If `--invite-code` appears, treat CLI as outdated and upgrade before continuing:
|
|
92
|
+
- `npm install -g clawdentity@latest`
|
|
88
93
|
- Confirm local agent name.
|
|
89
94
|
- Confirm either existing API key or `clw_inv_...`.
|
|
90
95
|
- Confirm OpenClaw path/base URL only if non-default.
|
|
@@ -144,6 +149,7 @@ Ask only when missing:
|
|
|
144
149
|
- non-default OpenClaw path/base URL
|
|
145
150
|
|
|
146
151
|
Do not ask for relay invite codes.
|
|
152
|
+
Do not ask for `clawd1_...` values.
|
|
147
153
|
|
|
148
154
|
## Failure Handling
|
|
149
155
|
|