//! Probe — introspection for the deployed state.
//!
//! Today this module provides two read-only views over `<data_dir>`:
//!
//! - [`deployment_map`] — the `pack / handler / source / deployed` map
//! that `dodot refresh` (see `docs/proposals/magic.lex`) also
//! consumes. Written alongside the shell init script on every `up`
//! and `down`.
//! - [`data_dir_tree`] — a bounded-depth tree walk for `dodot probe
//! show-data-dir`.
//!
//! See `docs/proposals/profiling.lex` for the full feature spec. A
//! later phase will add shell-init timing reports under
//! `<data_dir>/probes/shell-init/`; that state lives in a sibling
//! submodule when it lands.
pub use ;
pub use ;
pub use ;