chore(sync): mirror docs from openclaw/openclaw@12af95a55e

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-04 03:59:07 +00:00
parent 88299bacb7
commit ae2edae566
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "f42a2c738c372bfb2d34cb92f7ffe27146c77c7e",
"syncedAt": "2026-05-04T03:55:38.997Z"
"sha": "12af95a55e68b96bbd3fc04eca5bee8c44cc42f7",
"syncedAt": "2026-05-04T03:57:14.045Z"
}

View File

@ -134,7 +134,7 @@ is available, then fall back to `latest`.
Use `npm:<package>` when you want to make npm resolution explicit. Bare package specs also install directly from npm during the launch cutover.
Bare specs and `@latest` stay on the stable track. If npm resolves either of those to a prerelease, OpenClaw stops and asks you to opt in explicitly with a prerelease tag such as `@beta`/`@rc` or an exact prerelease version such as `@1.2.3-beta.4`.
Bare specs and `@latest` stay on the stable track. OpenClaw date-stamped correction versions such as `2026.5.3-1` are stable releases for this check. If npm resolves either of those to a prerelease, OpenClaw stops and asks you to opt in explicitly with a prerelease tag such as `@beta`/`@rc` or an exact prerelease version such as `@1.2.3-beta.4`.
If a bare install spec matches an official plugin id (for example `diffs`), OpenClaw installs the catalog entry directly. To install an npm package with the same name, use an explicit scoped spec (for example `@scope/diffs`).