Expand description
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.
Re-exports§
pub use message::ClientMessage;pub use message::DaemonMessage;pub use message::MessageType;pub use parse::RawContextWindow;pub use parse::RawCost;pub use parse::RawModel;pub use parse::RawStatusLine;pub use parse::RawWorkspace;pub use version::ProtocolVersion;