//! Incident management for drift and contract violations
//!
//! This module provides functionality for creating, storing, and managing incidents
//! related to contract drift and breaking changes.
//!
//! NOTE: `semantic_manager` remains in `mockforge-core` as it depends on
//! `ai_contract_diff::semantic_analyzer` which is being extracted in Phase 4.
// Integration formatters (always available)
pub use IncidentManager;
pub use IncidentStore;
pub use ;