//! Auto-Retraining Module (APR-073-5)
//!
//! Implements the Andon Cord pattern for automated retraining when drift is detected.
//! Bridges drift detection to the training loop following Toyota Way principles.
// Re-export all public types
pub use Action;
pub use RetrainConfig;
pub use RetrainPolicy;
pub use ;