From 85b4c5b9d5b06a2458211a3cfc2cd38b376e1b33 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 20:10:59 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@afabbc01b25f48d1a2753e91a7cd1d65185de2be --- .openclaw-sync/source.json | 4 ++-- docs/install/updating.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 37d28bf94..78f6592da 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "02f3e9cfa25f26826e8dfd79d4bf174f2f9d8f54", - "syncedAt": "2026-04-25T20:06:27.419Z" + "sha": "afabbc01b25f48d1a2753e91a7cd1d65185de2be", + "syncedAt": "2026-04-25T20:09:29.674Z" } diff --git a/docs/install/updating.md b/docs/install/updating.md index fd0f91f00..03b06228e 100644 --- a/docs/install/updating.md +++ b/docs/install/updating.md @@ -74,6 +74,10 @@ ReadWritePaths=/var/lib/openclaw /home/openclaw/.openclaw /tmp If `OPENCLAW_PLUGIN_STAGE_DIR` is not set, OpenClaw uses `$STATE_DIRECTORY` when systemd provides it, then falls back to `~/.openclaw/plugin-runtime-deps`. +The repair step treats that stage as an OpenClaw-owned local package root and +ignores user npm prefix/global settings, so global-install npm config does not +redirect bundled plugin dependencies into `~/node_modules` or the global package +tree. ### Bundled plugin runtime dependencies