What problem does it solve? Projects configured for Claude Code often lack equivalent Codex CLI setup (and vice versa), causing CLAUDE.md and AGENTS.md files, agents, hooks, and settings to drift out of sync across runtimes. ## Core Features & Use Cases - Bidirectional Alignment: Detects existing runtime artifacts and produces the missing side via symlinks or format translation (Markdown frontmatter to TOML, JSON settings to config.toml). - Drift Detection and Resolution: Surfaces content drift between paired files, suggests the newer side as canonical, and rewires the other as a symlink after user approval. - Three-Phase Verified Workflow: Scout produces a JSON manifest, Apply executes approved ops, and a read-only Reviewer independently verifies results with a self-healing retry loop. - Use Case: A team adopting Codex CLI on a Claude-configured repo runs a dry-run to preview the manifest, approves it, and gets AGENTS.md symlinks, translated agents, and ported hooks with a trust-gate reminder. ## Quick Start Use the claude-codex-bridge skill on this project in dry-run mode and show me the manifest without applying anything.