"""Socket path discovery for the beachcomber daemon.
Discovery order:
1. ``$XDG_RUNTIME_DIR/beachcomber/sock``
2. ``$TMPDIR/beachcomber-<uid>/sock``
3. ``/tmp/beachcomber-<uid>/sock``
"""
"""Return the effective user ID of the current process."""
return
"""Return the expected socket path for the running daemon.
Checks the standard locations in order. Returns the first path that
*should* exist according to the discovery rules — callers are
responsible for verifying the socket is reachable.
Returns:
Absolute path string for the Unix domain socket.
"""
=
=
return
=
=
return