chore(sync): mirror docs from openclaw/openclaw@b26367e22f
This commit is contained in:
parent
1bac08a349
commit
6f5ba4bde7
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "3064ea78ab65c4861468d73ea02b12d3d0bde6e2",
|
||||
"syncedAt": "2026-04-25T12:02:02.934Z"
|
||||
"sha": "b26367e22ff2d0219ffbe6209640f33de9e58be5",
|
||||
"syncedAt": "2026-04-25T12:16:07.242Z"
|
||||
}
|
||||
|
||||
@ -306,7 +306,12 @@ pnpm test:docker:crestodian-first-run
|
||||
|
||||
That lane starts with an empty state dir, routes bare `openclaw` to Crestodian,
|
||||
sets the default model, creates an additional agent, configures Discord through
|
||||
a token SecretRef, validates config, and checks the audit log.
|
||||
a plugin enablement plus token SecretRef, validates config, and checks the audit
|
||||
log. QA Lab also has a repo-backed scenario for the same Ring 0 flow:
|
||||
|
||||
```bash
|
||||
pnpm openclaw qa suite --scenario crestodian-ring-zero-setup
|
||||
```
|
||||
|
||||
## Related
|
||||
|
||||
|
||||
@ -65,8 +65,10 @@ When debugging real providers/models (requires real creds):
|
||||
config write.
|
||||
- Crestodian first-run Docker smoke: `pnpm test:docker:crestodian-first-run`
|
||||
- Starts from an empty OpenClaw state dir, routes bare `openclaw` to
|
||||
Crestodian, applies setup/model/agent/Discord SecretRef writes, validates
|
||||
config, and verifies audit entries.
|
||||
Crestodian, applies setup/model/agent/Discord plugin + SecretRef writes,
|
||||
validates config, and verifies audit entries. The same Ring 0 setup path is
|
||||
also covered in QA Lab by
|
||||
`pnpm openclaw qa suite --scenario crestodian-ring-zero-setup`.
|
||||
- Moonshot/Kimi cost smoke: with `MOONSHOT_API_KEY` set, run
|
||||
`openclaw models list --provider moonshot --json`, then run an isolated
|
||||
`openclaw agent --local --session-id live-kimi-cost --message 'Reply exactly: KIMI_LIVE_OK' --thinking off --json`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user