//! Thin compatibility shim over `aver::diagnostics`.
//!
//! Historical users in `commands.rs` / `replay_cmd.rs` reach factories,
//! types, and `json_escape` through `super::diagnostic::*`. The canonical
//! home for all of them is `aver::diagnostics`; this file is intentionally
//! minimal and will be removed once every caller imports the canonical path
//! directly.
pub use ;