docs(plugins): refresh bundled plugin runtime docs

This commit is contained in:
Peter Steinberger
2026-03-29 09:09:56 +01:00
parent caeeecf399
commit 341e617c84
37 changed files with 245 additions and 280 deletions

View File

@@ -156,11 +156,11 @@ OpenClaw scans for plugins in this order (first match wins):
</Step>
<Step title="Workspace extensions">
`\<workspace\>/.openclaw/extensions/*.ts` and `\<workspace\>/.openclaw/extensions/*/index.ts`.
`\<workspace\>/.openclaw/<plugin-root>/*.ts` and `\<workspace\>/.openclaw/<plugin-root>/*/index.ts`.
</Step>
<Step title="Global extensions">
`~/.openclaw/extensions/*.ts` and `~/.openclaw/extensions/*/index.ts`.
`~/.openclaw/<plugin-root>/*.ts` and `~/.openclaw/<plugin-root>/*/index.ts`.
</Step>
<Step title="Bundled plugins">