pub fn socket_path(root: &Path) -> PathBufExpand description
The daemon socket path for one home: <root>/orchestrator.sock, or
SUPERCODE_ORCHESTRATOR_SOCK where the embedding keeps the socket off the
root (a home on a network filesystem cannot hold a Unix socket). The
daemon’s loop derives the same path (socketPathFor).