From 6ff2103a22a67397628a873e304bd9e3126be153 Mon Sep 17 00:00:00 2001 From: damocles Date: Mon, 1 Jun 2026 16:59:26 +0200 Subject: [PATCH] rename(162): MANAGER_AGENT manager -> root --- hive-sh4re/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hive-sh4re/src/lib.rs b/hive-sh4re/src/lib.rs index 58c8dc8c..b0c9a531 100644 --- a/hive-sh4re/src/lib.rs +++ b/hive-sh4re/src/lib.rs @@ -578,7 +578,7 @@ fn default_true() -> bool { // ----------------------------------------------------------------------------- /// Logical name the broker uses for the manager. -pub const MANAGER_AGENT: &str = "manager"; +pub const MANAGER_AGENT: &str = "root"; /// Logical name the broker uses for the human operator. Messages with /// `to = OPERATOR_RECIPIENT` accumulate in sqlite and surface on the @@ -693,7 +693,7 @@ pub enum HelperEvent { /// (the dispatcher re-parses it on approve and inserts the schedule). #[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)] pub struct SchedulePromptPayload { - /// Names of recipient agents. Operator + `hm1nd` allowed. + /// Names of recipient agents. Operator + `root` allowed. pub targets: Vec, /// Message body delivered to each target's inbox at fire time. /// Same size budget as `Send.body` — soft cap at the broker level.