docs(plugins): clarify on-demand official inventory

This commit is contained in:
Vincent Koc
2026-05-02 19:23:36 -07:00
parent 9895236ebf
commit 2d3aa041c4
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ pnpm plugins:inventory:gen
## Definitions
- **Core npm package:** built into the `openclaw` npm package and available without a separate plugin install.
- **Official external package:** OpenClaw-maintained plugin omitted from the core npm package and installed through ClawHub and/or npm.
- **Official external package:** OpenClaw-maintained plugin omitted from the core npm package, kept in this official inventory, and installed on demand through ClawHub and/or npm.
- **Source checkout only:** repo-local plugin omitted from published npm artifacts and not advertised as an installable package.
Source checkouts are different from npm installs: after `pnpm install`, bundled

View File

@@ -499,7 +499,7 @@ pnpm plugins:inventory:gen
## Definitions
- **Core npm package:** built into the \`openclaw\` npm package and available without a separate plugin install.
- **Official external package:** OpenClaw-maintained plugin omitted from the core npm package and installed through ClawHub and/or npm.
- **Official external package:** OpenClaw-maintained plugin omitted from the core npm package, kept in this official inventory, and installed on demand through ClawHub and/or npm.
- **Source checkout only:** repo-local plugin omitted from published npm artifacts and not advertised as an installable package.
Source checkouts are different from npm installs: after \`pnpm install\`, bundled