From 674505fbe76a9503687b49983d04a516b3a78a8f Mon Sep 17 00:00:00 2001 From: atlas Date: Mon, 22 Jun 2026 12:56:17 +0200 Subject: [PATCH] refactor(#1865): drop stray issue-ref from doc comment (tracker-tag lint) --- hive-c0re/src/socket_server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-c0re/src/socket_server.rs b/hive-c0re/src/socket_server.rs index 7b414212..3e0ff05c 100644 --- a/hive-c0re/src/socket_server.rs +++ b/hive-c0re/src/socket_server.rs @@ -74,7 +74,7 @@ pub fn start(agent: &str, socket_path: &Path, coord: Arc) -> Result /// trust boundary: every connection that lands here runs `dispatch` with /// `privileged = true`. `MANAGER_AGENT` is passed as the actor name for /// attribution/routing (notifications, ownership), not for authorisation — -/// authority comes from the socket, per #1834. +/// authority comes from the socket itself. pub fn start_manager(coord: Arc) -> Result<()> { use std::os::unix::fs::PermissionsExt as _; let dir = Coordinator::manager_dir();