diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index a9c0b7c74..0ea34a231 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "1ee885123ffbcc2e439a3eab1f1469a231dc70ad", - "syncedAt": "2026-04-27T09:33:23.290Z" + "sha": "cf499101a28e05c25225bdf9d3584d3d660f3e38", + "syncedAt": "2026-04-27T09:35:28.826Z" } diff --git a/docs/ci.md b/docs/ci.md index ff4dec6c8..d11515643 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -228,7 +228,7 @@ gh workflow run duplicate-after-merge.yml \ | `checks-node-compat-node22` | Node 22 compatibility build and smoke lane | Manual CI dispatch for releases | | `check-docs` | Docs formatting, lint, and broken-link checks | Docs changed | | `skills-python` | Ruff + pytest for Python-backed skills | Python-skill-relevant changes | -| `checks-windows` | Windows-specific test lanes | Windows-relevant changes | +| `checks-windows` | Windows-specific process/path tests plus shared runtime import specifier regressions | Windows-relevant changes | | `macos-node` | macOS TypeScript test lane using the shared built artifacts | macOS-relevant changes | | `macos-swift` | Swift lint, build, and tests for the macOS app | macOS-relevant changes | | `android` | Android unit tests for both flavors plus one debug APK build | Android-relevant changes |