//! CI/CD integration module (Phase 8)
//!
//! Provides:
//! - Size budget enforcement with configurable thresholds
//! - Build history tracking for regression detection
//! - JSON output for CI/CD tool integration
//! - Exit codes for automated workflows
pub use BudgetChecker;
pub use ;
pub use JsonOutput;