//! CI domain model types for AIVCS.
//!
//! Core entities for the CI engine:
//! - `CIRunSpec`: Specification for a CI run (stages, trigger, budgets)
//! - `CIResult`: Outcome of a CI run with per-stage results
//! - `Diagnostic`: Normalized diagnostic from CI stage output
//! - `RepairPlan`: Bounded repair strategy with patch proposals
//! - `VerificationLink`: Links a verified CI run to a commit
pub use ;
pub use ;
pub use ;
pub use ;
pub use VerificationLink;