xchecker-engine 1.1.0

Core orchestration engine for xchecker phase execution
Documentation
1
2
3
4
5
6
7
8
9
//! Fixup model types for spec generation workflows
//!
//! This module re-exports the core types and models from xchecker-fixup-model
//! for detecting and applying changes to specification artifacts.

// Re-export all types from xchecker-fixup-model for compatibility
pub use xchecker_fixup_model::{
    AppliedFile, ChangeSummary, DiffHunk, FixupMode, FixupPreview, FixupResult, UnifiedDiff,
};