docs: update plugin npm distribution guidance

This commit is contained in:
Peter Steinberger
2026-05-02 22:00:31 +01:00
parent 46d4238425
commit fd83c49cff
13 changed files with 39 additions and 62 deletions

View File

@@ -211,9 +211,6 @@ If the old store reports room keys that were never backed up, OpenClaw warns ins
- Meaning: OpenClaw found old encrypted Matrix state, but it could not load the helper entrypoint from the Matrix plugin that normally inspects that store.
- What to do: reinstall or repair the Matrix plugin (`openclaw plugins install @openclaw/matrix`, or `openclaw plugins install ./path/to/local/matrix-plugin` for a repo checkout), then rerun `openclaw doctor --fix` or restart the gateway.
- If npm reports the OpenClaw-owned Matrix package as deprecated, use the bundled
plugin from a current packaged OpenClaw build or the local checkout path until
a newer npm package is published.
`Matrix plugin helper path is unsafe: ... Reinstall @openclaw/matrix and try again.`
@@ -236,9 +233,6 @@ If the old store reports room keys that were never backed up, OpenClaw warns ins
- Meaning: Matrix is pinned to a path install, so mainline updates do not automatically replace it with the repo's standard Matrix package.
- What to do: reinstall with `openclaw plugins install @openclaw/matrix` when you want to return to the default Matrix plugin.
- If npm reports the OpenClaw-owned Matrix package as deprecated, use the bundled
plugin from a current packaged OpenClaw build until a newer npm package is
published.
### Encrypted-state recovery messages
@@ -342,9 +336,6 @@ new backup key can load correctly after restart.
- Meaning: your plugin install record points at a local path that is gone.
- What to do: reinstall with `openclaw plugins install @openclaw/matrix`, or if you are running from a repo checkout, `openclaw plugins install ./path/to/local/matrix-plugin`.
- If npm reports the OpenClaw-owned Matrix package as deprecated, use the bundled
plugin from a current packaged OpenClaw build or the local checkout path until
a newer npm package is published.
## If encrypted history still does not come back