rename(#162): scrub remaining hm1nd references from comments and MCP instructions
All functional renames (MANAGER_NAME, MANAGER_AGENT → "root") were done in earlier commits. This cleans up the stale `hm1nd` strings that remained in doc comments, test fixture labels, and the manager MCP server instructions (which told the manager its config lived at /agents/hm1nd/config/agent.nix).
This commit is contained in:
parent
f9de183f4e
commit
ab278affc7
9 changed files with 16 additions and 16 deletions
|
|
@ -190,7 +190,7 @@ async fn cmd_serve(
|
|||
tracing::warn!(error = ?e, "startup migration failed");
|
||||
}
|
||||
// Auto-create the manager container if it isn't there yet. Block
|
||||
// on this — without hm1nd the system has no manager harness.
|
||||
// on this — without root the system has no manager harness.
|
||||
// Failures are logged but allowed: a broken auto-spawn shouldn't
|
||||
// make the dashboard unreachable for debugging.
|
||||
if let Err(e) = auto_update::ensure_manager(&coord).await {
|
||||
|
|
|
|||
Loading…
Reference in a new issue