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 ```