matrix-js: stabilize verification flow and rename verify device command

This commit is contained in:
Gustavo Madeira Santana
2026-02-25 15:10:26 -05:00
parent e2e64ba04d
commit 7a44a6370d
11 changed files with 362 additions and 63 deletions

View File

@@ -147,10 +147,10 @@ Bootstrap cross-signing and verification state:
openclaw matrix-js verify bootstrap
```
Verify with a recovery key:
Verify this device with a recovery key:
```bash
openclaw matrix-js verify recovery-key "<your-recovery-key>"
openclaw matrix-js verify device "<your-recovery-key>"
```
Use `openclaw matrix-js verify status --json` when scripting verification checks.