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.