//! Input layer (L1) for input source abstraction.
//!
//! This module handles:
//! - CLI argument parsing
//! - Input source resolution (local paths, remote URLs, clients)
//! - Client detection
// Re-export from existing modules (will be moved here in Phase 10)
pub use crate;
pub use crate;
pub use ;