//! Source-drift detector — **MOVED to the shared `nornir-release` crate** (edda)
//! so the release logic lives in ONE place (Law #1); the release *command* moves
//! to dwarves over nornir's warehouse via gRPC. This module now re-exports the
//! crate so existing `crate::release::source_drift::…` call sites are unchanged.
//!
//! The warehouse-coupled release parts (doctor/gate/preflight) deliberately STAY
//! in nornir — they read nornir's Iceberg warehouse, so a leaf-crate move would
//! invert the dep graph (edda → nornir = cycle).
pub use *;