Cross-Agent Delegation Claude Code orchestrates task routing to Kimi and Codex. The user interacts with Claude only — delegation happens behind the scenes. --- Tool Detection At session start, detect available tools: --- Codex Auto-Review (Stop Hook — Automatic) When Codex is installed, a Stop hook reviews code after tests pass: 1. TDD loop check runs tests 2. runs Codex on the diff 3. Critical/High findings feed back to Claude (exit 2) 4. Clean reviews pass through (exit 0) Fully automatic. No user or Claude action needed. --- Kimi Delegation (Claude Orchestrates) When Kimi is installed and…