From 6f5ba4bde7baafa270a3b5ff61fa873aa8a067a9 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 12:17:31 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@b26367e22ff2d0219ffbe6209640f33de9e58be5 --- .openclaw-sync/source.json | 4 ++-- docs/cli/crestodian.md | 7 ++++++- docs/help/testing.md | 6 ++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 6f4532a63..766facae4 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -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" } diff --git a/docs/cli/crestodian.md b/docs/cli/crestodian.md index d419f57ce..350b0f018 100644 --- a/docs/cli/crestodian.md +++ b/docs/cli/crestodian.md @@ -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 diff --git a/docs/help/testing.md b/docs/help/testing.md index 28fb45fb9..e8e9b2731 100644 --- a/docs/help/testing.md +++ b/docs/help/testing.md @@ -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`