//! Adapter implementations bridging port traits to real dependencies.
//!
//! Each adapter struct wraps one or more concrete dependencies (X API client,
//! content generator, scoring engine, safety guard, database pool, posting queue)
//! and implements the port traits defined in [`loop_helpers`], [`analytics_loop`],
//! [`target_loop`], [`thread_loop`], [`posting_queue`], and [`status_reporter`].
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;