Contributing to the Claude Code Codex Plugin
July 15, 2026 ยท View on GitHub
Open an issue for Claude Code integration bugs, Codex plugin improvement ideas, documentation gaps, installer problems, MCP server behavior, or Claude CLI compatibility reports. For code changes, describe the problem first and keep pull requests narrowly focused.
Before opening a pull request:
- Run
npm run verifyfrom the repository root. - Run the plugin validator.
- Do not add credentials, authentication tokens, or machine-specific paths to committed files.
- Explain any security impact in the pull request description.
Changes that expand process execution, Claude Code permission modes, MCP tool behavior, or filesystem access need a security review.