chore(sync): mirror docs from openclaw/openclaw@dbd7966cfd

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-23 14:46:30 +00:00
parent 3378551b0b
commit a7782f2600
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "3e956a4982c09a4b355c85178cb1521e6f672a3f",
"syncedAt": "2026-04-23T14:40:45.496Z"
"sha": "dbd7966cfdb4c8ffaf8e2cbb74851f19ac39ed8d",
"syncedAt": "2026-04-23T14:46:30.374Z"
}

View File

@ -96,5 +96,6 @@ pnpm test:channels
pnpm test:contracts:channels
pnpm check:docs # docs format + lint + broken links
pnpm build # build dist when CI artifact/build-smoke lanes matter
node scripts/ci-run-timings.mjs <run-id> # summarize wall time, queue time, and slowest jobs
node scripts/ci-run-timings.mjs <run-id> # summarize wall time, queue time, and slowest jobs
node scripts/ci-run-timings.mjs --recent 10 # compare recent successful main CI runs
```