1 Commits
Author SHA1 Message Date
Samuel BertheandGitHub 31cc2b2cab feat(codex): add Codex CLI plugin manifest (#104)
Ship a first-class OpenAI Codex plugin entry point. Mirrors the
existing Claude Code and Cursor plugin manifests and reuses the
shared ./skills/ directory - no skill duplication.

Manifest declares the spec-required interface block (displayName,
developerName, category, capabilities, logo, logoDark) and points
skills at the existing skills/ tree. The logo pair (Go cyan on
light, slate on dark) is a placeholder; the design is intentionally
neutral so a real brand mark can drop in without rework.

Version pins to 2.0.1 to match .claude-plugin/, .cursor-plugin/ and
gemini-extension.json - all four must stay in lockstep per CLAUDE.md
Plugin Configuration.
2026-09-07 03:38:30 +02:00