pub fn runtime_dir() -> Result<PathBuf, String>Expand description
Runtime directory — daemon.pid, daemon.sock. $XDG_RUNTIME_DIR/lean-ctx.
When XDG_RUNTIME_DIR is unset (common on macOS), falls back to
state_dir so runtime files stay in a private, writable, non-config path
rather than a world-readable temp location.