/// Public library surface for IPC clients (Tauri, Electrobun, integration tests). /// /// Only protocol types are exposed — the daemon internals (session manager, /// auth, socket server) are not part of the public API. pub mod protocol;