//! Registry-state check — **MOVED to dwarves** (`dwarves::release_doctor::registry`).
//!
//! Doctrine (2026-07-14 — *release is a build op*): nornir no longer performs
//! releases. The pluggable registry backend (crates.io sparse-index / JSON API /
//! custom base URL over pure-Rust `ureq`), the local-vs-published [`classify`]
//! ([`RegistryState`]), and the crate-name OWNERSHIP probe now live in
//! [`dwarves::release_doctor::registry`].
//!
//! This module is a thin RE-EXPORT so any remaining nornir call sites resolve the
//! single source of truth in dwarves (there is no nornir-side copy anymore).
pub use *;