//! IPC module for agent wake coordination.
//!
//! Ported from codi-rs `src/orchestrate/ipc/` and adapted for gitgrip's
//! WakeCoordinator pattern. Provides cross-platform IPC between the gripspace
//! daemon (or `gr spawn` event loop) and agent processes.
//!
//! # Protocol
//!
//! Messages are newline-delimited JSON (NDJSON). Transport is Unix domain
//! sockets on Unix, named pipes on Windows.
pub use ;
pub use ;
pub use ;