remove history comments from code
This commit is contained in:
parent
eb3c6cd0c4
commit
4bb0d7f310
2 changed files with 2 additions and 7 deletions
|
|
@ -159,9 +159,6 @@ pub async fn rebuild_agent(
|
|||
/// hive-c0re manages the manager end-to-end: operators no longer declare
|
||||
/// `containers.h-ruth` in their host NixOS config. Bypasses the approval
|
||||
/// queue — manager is required infrastructure. Idempotent.
|
||||
///
|
||||
/// (Renamed from `ensure_manager` to align with the "root agent" terminology
|
||||
/// used in docs and issues; behaviour is identical.)
|
||||
pub async fn ensure_root_agent(coord: &Arc<Coordinator>) -> Result<()> {
|
||||
let existing = lifecycle::list().await.unwrap_or_default();
|
||||
let current_rev = current_flake_rev(&coord.hyperhive_flake);
|
||||
|
|
|
|||
Loading…
Reference in a new issue