You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(plugins): add codex plugin support
Add Codex plugin manifests beside the existing Claude plugin manifests for every plugin directory.
Create a Codex marketplace and wrapper skills for Claude command/agent-heavy workflows.
Expand validation and docs so Claude and Codex metadata stay in sync.
* fix(ci): unblock plugin support pr checks
Suppress intentional ShellCheck warnings in existing helper scripts and fix the empty-file redirection.
Make PR automation tolerate missing optional labels so labeling does not fail the workflow.
* fix(plugins): address codex metadata review
Restore Claude skill-array validation, harden marketplace error reporting, and avoid KeyError paths in validation.
Refresh Codex marketplace display text and plugin count documentation.
* fix(plugins): resolve pr review feedback
Move Codex metadata docs out of the install block and normalize Codex manifest display metadata.
Harden validation for Codex-only directories, missing marketplace files, and duplicate marketplace entries.
0 commit comments