//! The `purge` command, rebuilt from first principles.
//!
//! - [`crate::purge::plan`] — resolves selectors into an exhaustive
//! [`crate::purge::PurgePlan`], with a [`crate::purge::preflight`] that refuses
//! to wipe state out from under a live supervisor (SG0401) before any deletion.
pub use ;