//! Incident management for drift and contract violations
//!
//! This module provides functionality for creating, storing, and managing incidents
//! related to contract drift and breaking changes.
// Integration formatters (always available, not behind feature flag for simplicity)
pub use IncidentManager;
pub use ;
pub use IncidentStore;
pub use ;