664: address argus nits (must_use + DEFAULT_DAEMON_SOCKET path)

This commit is contained in:
damocles 2026-05-30 21:43:55 +02:00 committed by Mara
commit 4d64f253c8
2 changed files with 7 additions and 5 deletions

View file

@ -33,6 +33,7 @@ pub const CONTAINER_RUNTIME_MOUNT: &str = "/run/hive";
/// service environment sets `HOME` to the same path, so the OAuth
/// session survives container restarts the same way the constant
/// did.
#[must_use]
pub fn container_claude_mount(name: &str) -> String {
format!("/home/{name}/.claude")
}