refactor(#1865): drop stray issue-ref from start_manager doc (tracker-tag lint)
This commit is contained in:
parent
53b4e752ef
commit
fd2eac99ce
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ pub fn start(agent: &str, socket_path: &Path, coord: Arc<Coordinator>) -> Result
|
|||
/// ("ruth"), and ruth's reach comes entirely from being the topology root
|
||||
/// (`is_descendant_of` covers every agent) plus the capabilities / tool-groups
|
||||
/// it holds, identical to connecting on a per-agent socket. (The redundant
|
||||
/// path — ruth using the standard per-agent socket — is collapsed in #1825.)
|
||||
/// path — ruth using the standard per-agent socket — is collapsed in a follow-up.)
|
||||
pub fn start_manager(coord: Arc<Coordinator>) -> Result<()> {
|
||||
use std::os::unix::fs::PermissionsExt as _;
|
||||
let dir = Coordinator::manager_dir();
|
||||
|
|
|
|||
Loading…
Reference in a new issue