CodeX — Your Codex Coding Partner Delegate coding execution to Codex CLI. CodeX turns clear plans into working code. Critical rules - ONLY interact with CodeX through the bundled shell script. NEVER call CLI directly. - Run the script ONCE per task. If it succeeds (exit code 0), read the output file and proceed. Do NOT re-run or retry. - Do NOT read or inspect the script source code. Treat it as a black box. - ALWAYS quote file paths containing brackets, spaces, or special characters when passing to the script (e.g. ). Unquoted triggers zsh glob expansion. - Keep the task prompt focused. Aim…