Short-lived CLI client for the workspace-local Delegate daemon.
This module owns the IPC attempt from ordinary pixir delegate commands into a
manually started foreground daemon. It treats stale endpoint files and closed sockets
as fallback-capable daemon unavailability, while authentication or workspace mismatch
remain explicit structured errors.
Summary
Functions
Call the workspace-local daemon.
Follow a daemon stream, emitting progress frames until a final payload arrives.
Return daemon status through IPC.
Ask the daemon to stop.
Functions
Call the workspace-local daemon.
Follow a daemon stream, emitting progress frames until a final payload arrives.
The daemon sends zero or more %{"ipc_frame" => true} packets followed by the normal
%{"ipc_ok" => true, "payload" => ...} response. The callback receives decoded
frame maps in-order and should keep side effects bounded to presentation.
Return daemon status through IPC.
Ask the daemon to stop.