//! Optional lossless, reversible reduction for coding-agent sessions.
//!
//! This package owns projection, inversion, verification, rehydration, and
//! reduced handoff construction. It depends only on canonical interchange
//! data and never on providers, tools, catalogs, or a native agent loop.
pub use *;
pub use ;
/// Explicitly named alias for callers that also import another crate's `Result`.
pub type ReductionResult<T> = ;