Expand description
IPC module for CLI-to-daemon communication.
This module provides cross-platform IPC using local sockets:
- Unix domain sockets on Linux/macOS
- Named pipes on Windows
Follows the pattern from debugger-cli for reliable length-prefixed JSON message framing.
Re-exports§
pub use client::DaemonClient;pub use protocol::Command;pub use protocol::Request;pub use protocol::Response;