Skip to content

Add Codex plugin metadata#233

Merged
nicosuave merged 1 commit into
mainfrom
add-codex-plugin-metadata
Jun 21, 2026
Merged

Add Codex plugin metadata#233
nicosuave merged 1 commit into
mainfrom
add-codex-plugin-metadata

Conversation

@nicosuave

Copy link
Copy Markdown
Member

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.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread README.md Outdated
**Install in Codex from a clone:**

```bash
codex plugin marketplace add .agents/plugins

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@nicosuave nicosuave force-pushed the add-codex-plugin-metadata branch from 8c14088 to 07c434a Compare June 21, 2026 00:41
@nicosuave nicosuave merged commit 36470e5 into main Jun 21, 2026
20 checks passed
@nicosuave nicosuave deleted the add-codex-plugin-metadata branch June 21, 2026 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant