// qual:allow(coupling) reason: "application layer orchestrates adapters + ports — high instability is expected"
//! Application layer — use-cases that orchestrate adapters through ports.
//!
//! The Application layer is rustqual's business-logic tier. Each use-case
//! is a small function that takes ports as parameters and returns domain
//! values. Use-cases know no `syn`, no I/O, and no concrete adapter
//! implementations — everything flows through the `crate::ports` traits
//! and the `crate::domain` value types.
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub use analyze_codebase;
pub use apply_exit_gates;
pub use ;
pub use setup_config;