chore(sync): mirror docs from openclaw/openclaw@164287f056

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-09 16:01:55 +00:00
parent 04fde4a259
commit 4f50afddb2
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "7f714609f76443f1db05b238659297c89aef9ffb",
"syncedAt": "2026-04-09T11:46:48.286Z"
"sha": "164287f0569a271d073dbffc9e8e0657cf00ca0b",
"syncedAt": "2026-04-09T16:01:55.036Z"
}

View File

@ -26,6 +26,7 @@ Most days:
- Faster local full-suite run on a roomy machine: `pnpm test:max`
- Direct Vitest watch loop: `pnpm test:watch`
- Direct file targeting now routes extension/channel paths too: `pnpm test extensions/discord/src/monitor/message-handler.preflight.test.ts`
- Prefer targeted runs first when you are iterating on a single failure.
- Docker-backed QA site: `pnpm qa:lab:up`
When you touch tests or want extra confidence: