# Moth for Codex Moth is plugin-ready for Codex in this integration wrapper: ```txt integrations/codex/plugin.json integrations/codex/mcp.json integrations/codex/skills/ ``` MCP command: ```bash npx -y @stfade/moth moth-mcp ``` This directory is the canonical Codex plugin wrapper. The package root remains the canonical npm/MCP package. Lifecycle rule: ```txt Use analyze_error before fixing. Call remember_fix_result only after a fix was attempted, a verification command was run, and the result is clearly passed or failed. Never call remember_fix_result for suggestions only. ```