//! CLI Executor module for AI tool orchestration
//!
//! Provides a universal stdin-protected process runner with per-tool adapters
//! for orchestrating AI CLI tools (Claude Code, Gemini, Aider, Codex) from
//! headless environments (cron jobs, scheduled agents, CI pipelines).
//!
//! Gated behind the `cli-executor` feature flag.
pub use ;
pub use ;
pub use ;
pub use ;