From 935f2011a0d7ac8ec0519278d3b512fccc64d9ba Mon Sep 17 00:00:00 2001 From: damocles Date: Mon, 1 Jun 2026 16:59:27 +0200 Subject: [PATCH] rename(162): update hm1nd comment in ensure_manager --- hive-c0re/src/auto_update.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hive-c0re/src/auto_update.rs b/hive-c0re/src/auto_update.rs index 601d5417..9cd4022f 100644 --- a/hive-c0re/src/auto_update.rs +++ b/hive-c0re/src/auto_update.rs @@ -154,8 +154,8 @@ pub async fn rebuild_agent( } /// Auto-create the manager container on startup if it isn't already there. -/// hive-c0re manages hm1nd end-to-end (Phase 8 follow-up): operators no -/// longer declare `containers.hm1nd` in their host NixOS config. Bypasses +/// hive-c0re manages `root` end-to-end: operators no +/// longer declare `containers.root` in their host NixOS config. Bypasses /// the approval queue — manager is required infrastructure. Idempotent. pub async fn ensure_manager(coord: &Arc) -> Result<()> { let existing = lifecycle::list().await.unwrap_or_default();