prepare for codex plugin#140
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the repository to support a repo-local OpenAI Codex plugin alongside the existing Claude and GitHub Copilot plugin metadata, including validation and documentation updates.
Changes:
- Add Codex plugin manifest (
.codex-plugin/plugin.json) and repo-local marketplace entry (.agents/plugins/marketplace.json). - Extend
scripts/validate-repo.ps1to validate Codex plugin file presence, marketplace wiring, and metadata sync with.claude-plugin/plugin.json. - Update docs (
README.md, newAGENTS.md) to describe Codex plugin usage and the cross-ecosystem sync rules.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/validate-repo.ps1 | Adds Codex plugin validation blocks and sync checks against Claude plugin.json. |
| README.md | Documents how to browse/install the repo-local Codex plugin and updates Codex install guidance. |
| AGENTS.md | Adds contributor-facing guidance for plugin ecosystems, sync rules, and validation workflow. |
| .codex-plugin/plugin.json | Introduces Codex plugin manifest wired to repo-local skills and MCP config. |
| .agents/plugins/marketplace.json | Adds repo-local Codex marketplace entry pointing to ./ plugin source. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
README.md should not be modified at this stage of codex plugin work. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
partychen
approved these changes
Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Get prepared for codex plugin. Will update again when codex plugin publishing guidelines are out.