//! ATM Protocol - Wire protocol for daemon communication
//!
//! This crate provides vendor-neutral message types and parsing for
//! communication between hook/extension scripts and the daemon, and
//! between the daemon and TUI clients. Vendor-specific wire payloads
//! (Claude `RawHookEvent`, pi `RawPiEvent`) live in their respective
//! adapter crates.
pub use ;
pub use ;
pub use ProtocolVersion;