What Codex Consumes
Pluxx builds the Codex target intodist/codex/. Codex consumes:
.codex-plugin/plugin.jsonskills/.mcp.jsonAGENTS.md.codex/permissions.generated.jsonas a companion mirror, not native enforcement
AGENTS.md.
Build And Install
- plugin directory:
~/.codex/plugins/<plugin> - local marketplace entry:
~/.agents/plugins/marketplace.json
--trust or confirm the trust prompt during install.
Agent-Driven Refinement
Build and install are deterministic. Codex only does model work when you explicitly run an agent pass:- review passes
- taxonomy refinement
- instruction rewrites
Codex-Specific Caveats
- In Codex, use the plugin through
@pluxx,skills/, andAGENTS.md. Do not rely on plugin slash commands as a documented Codex surface. - Codex hook configuration still lives outside the plugin bundle in
~/.codex/hooks.jsonor<repo>/.codex/hooks.json. Pluxx does not currently bundle native Codex hook config into generated plugin output. .codex/permissions.generated.jsonis a generated mirror of canonical permissions rules. It helps you wire equivalent Codex policy, but Codex does not enforce that file automatically.- Codex MCP auth output is limited to the formats the current Codex plugin schema can express:
bearer_token_env_var,env_http_headers, andhttp_headers.