//! Topological ROOT-CAUSE analysis for a failed publish/preflight cascade —
//! **MOVED to dwarves** (`dwarves::release_doctor::root_cause`).
//!
//! Doctrine (2026-07-14 — *release is a build op*): nornir no longer performs
//! releases. Partitioning a flat failure list into the ROOT crate(s) + the
//! downstream symptoms each root explains — against the publish dependency graph
//! ([`nornir_depgraph::WorkspaceGraph`]) + explicit blame edges — now lives in
//! [`dwarves::release_doctor::root_cause`]. It consumes the relocated
//! [`dwarves::release_doctor::model::Issue`] PODs.
//!
//! This module is a thin RE-EXPORT so the remaining nornir call sites
//! (`crate::release::root_cause::…`) resolve the single source of truth in dwarves.
pub use *;