Plugin structure update - #2
Merged
Merged
Conversation
This adds the codex plugin to the marketplace, providing integration with the OpenAI Codex CLI for complex code generation, modification, and debugging tasks. Plugin includes: - /codex command for executing Codex CLI tasks - codex-runner agent for orchestrating iterative Codex executions - Session management for resuming previous Codex sessions The plugin is marked as experimental (v0.0.1-alpha) and not ready for production use. Clear warnings are included in the description, version tag, and documentation.
- Move plugin.json from root to .claude-plugin/plugin.json - Move commands from .claude/commands/ to commands/ at root level - Remove old .claude/ directory structure - Bump version from 1.0.0 to 1.0.1 This aligns with the official Claude Code plugin specification where: - plugin.json must be in .claude-plugin/ directory - All component directories (commands/, agents/, etc.) must be at plugin root - Components should NOT be nested in .claude/ or .claude-plugin/
- Move plugin.json from root to .claude-plugin/plugin.json - Move commands from .claude/commands/ to commands/ at root level - Remove old .claude/ directory structure - Bump version from 0.0.1-alpha to 0.0.2-alpha This aligns with the official Claude Code plugin specification where: - plugin.json must be in .claude-plugin/ directory - All component directories (commands/, agents/, etc.) must be at plugin root - Components should NOT be nested in .claude/ or .claude-plugin/
- Add detailed plugin directory structure documentation to CLAUDE.md - Specify that plugin.json must be in .claude-plugin/ directory - Clarify that component directories must be at plugin root level - Add visual examples and important rules for plugin structure - Update marketplace.json with new plugin versions (git-workflow 1.0.1, codex 0.0.2-alpha) This ensures all future plugins follow the official Claude Code specification.
- Remove 'category' field from git-workflow plugin.json - Remove 'category' field from codex plugin.json - The 'category' field is not part of the official Claude Code plugin schema - All plugins now pass validation: claude plugin validate ./plugins/*/
- Add separate step to validate each plugin in plugins/ directory - Previous CI only validated marketplace, missing plugin-specific errors - Now catches validation errors like unsupported fields in plugin.json - Loops through all plugins and validates them one by one This ensures all plugins pass validation before merging.
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.
No description provided.