//! OpenAI Codex integration layer.
//!//! This module mirrors the structure of the Claude integration while
//! providing CLI-based access to OpenAI's Codex agent.
pubmodcodex_interface;pubmodrate_limiter;pubmodtypes;#[cfg(test)]modtests;pubusecodex_interface::OpenAICodexInterface;pubuserate_limiter::{OpenAIRateLimiter, RateLimiterStatus};pubusetypes::*;