//! The `inspect` command's plan layer, rebuilt from first principles.
//!
//! - [`crate::inspect::plan`] — resolves the selector into an
//! [`crate::inspect::InspectPlan`] for the one service to detail, rejecting
//! selectors inspect cannot serve.
//! - [`crate::inspect::diagnostics`] — typed diagnostics for inspect failures.
//!
//! The payload collection and rendering live in the binary; this module only
//! decides which service is being inspected.
pub use ;
pub use ;