Codex Integration
Run ctx harness init --target codex to generate trusted-project lifecycle hooks in
.codex/, a starter architecture policy, and guidance for AGENTS.md. Open /hooks
in Codex to review and trust the definitions.
Use ctx harness init --target codex --mode plugin for a distributable plugin with
hooks, the ctx skill, a local marketplace entry, and MCP wiring when available.
Install the canonical v0.4.0 plugin from GitHub with:
codex plugin marketplace add agentis-tools/ctx --ref main --sparse plugins/codex/ctx
codex plugin add ctx@ctx-localThe published default plugin includes hooks and the ctx skill, but does not
claim MCP support. MCP wiring is included only in variants generated by a ctx
binary built with --features mcp.