docs: explain Codex plugin workflow - #20
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ef23ecdfbb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| The full local plugin bundles three CEWP skills, the local `cewp-mcp` bridge, | ||
| review-required subagent evidence hooks, and plugin metadata. After installing | ||
| the npm package globally, register its marketplace with Codex. |
There was a problem hiding this comment.
Align the install guide with the npm marketplace path
When users follow the linked installation documentation after this new global-package procedure, docs/install.md:69-75 still says the beta plugin must be installed from a source checkout and that npm distributes only the CLI, while docs/validation-status.md:12 still labels plugin distribution as source-checkout-only. This leaves the supported installation boundary contradictory and may cause npm users to clone the repository unnecessarily or distrust the new commands; update the canonical install and validation documents together with this claim.
Useful? React with 👍 / 👎.
What changed
Why
Users need a clear path from the npm package to the full Codex plugin and an honest explanation of how CEWP complements native goals and subagents.
Validation