From a7782f2600a18e1832c0da9e27efa96a166d4242 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Thu, 23 Apr 2026 14:46:30 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@dbd7966cfdb4c8ffaf8e2cbb74851f19ac39ed8d --- .openclaw-sync/source.json | 4 ++-- docs/ci.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index e93304978..522596de6 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -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" } diff --git a/docs/ci.md b/docs/ci.md index 536864ae7..bee4aca8e 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -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 # summarize wall time, queue time, and slowest jobs +node scripts/ci-run-timings.mjs # summarize wall time, queue time, and slowest jobs +node scripts/ci-run-timings.mjs --recent 10 # compare recent successful main CI runs ```