//! Adapters — External integrations (feature-gated)
//!
//! This layer contains adapters for external concerns:
//! - Asset downloading (images, documents)
//! - URL extraction from HTML
//! - MIME type detection
//! - TUI for interactive selection
//!
//! These are feature-gated to keep the core library lightweight.
pub use ;