Codex Debugging Use when investigating Codex CLI/app behavior, config parsing, tool behavior, prompts, MCP/app wiring, or runtime bugs. Source First Prefer local source before web/docs: Then search targeted areas: Workflow 1. Identify whether the behavior is CLI, TUI, app server, protocol, config, or exec/tooling. 2. Read the owning module and adjacent tests before proposing changes. 3. Check local config in only after understanding the source contract. 4. Prefer small repros or focused tests over broad speculation. Notes - For OpenAI API/product docs, use the official-docs path only when sou…