pub fn socket_path() -> PathBufExpand description
Get the socket/pipe path for IPC communication
Platform-specific:
- Unix:
$XDG_RUNTIME_DIR/debugger-cli/daemon.sockor/tmp/debugger-cli-<uid>/daemon.sock - Windows: Named pipe path (handled by interprocess crate)