Add Codex plugin metadata#233
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8c1408825b
ℹ️ 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".
| **Install in Codex from a clone:** | ||
|
|
||
| ```bash | ||
| codex plugin marketplace add .agents/plugins |
There was a problem hiding this comment.
Point Codex at the repo marketplace root
For the from-a-clone install path, this command registers .agents/plugins as the local marketplace root, but the new marketplace entry points at ./plugins/sidemantic; Codex’s CLI docs describe codex plugin marketplace add <source> as adding a local marketplace root directory, and the plugin docs say source.path is resolved relative to that marketplace root. In this scenario Codex will look for .agents/plugins/plugins/sidemantic instead of the repo’s plugins/sidemantic, so users following the README won’t be able to install the plugin; the command should point at the repo root, e.g. codex plugin marketplace add ., for the current marketplace file.
Useful? React with 👍 / 👎.
8c14088 to
07c434a
Compare
Adds Codex plugin metadata and a repo-local marketplace entry while keeping the existing Claude Code plugin metadata. Updates the agent plugin docs and neutralizes the webapp-builder plugin-root examples so the shared skill bundle works across both hosts.