home-dir-layout修正

This commit is contained in:
2026-04-27 22:10:36 +09:00
parent 8658845b02
commit 8cf0bd6374
9 changed files with 94 additions and 26 deletions
+3 -1
View File
@@ -95,7 +95,9 @@ impl RuntimeDir {
&self.path
}
/// Path where the Unix socket should be created.
/// Path where the Unix socket should be created. External callers
/// that only know the pod name (e.g. the TUI's attach flow)
/// predict the same path via [`manifest::paths::pod_socket_path`].
pub fn socket_path(&self) -> PathBuf {
self.path.join("sock")
}