rename(162): MANAGER_AGENT manager -> root

This commit is contained in:
damocles 2026-06-01 16:59:26 +02:00 committed by mara
commit 6ff2103a22

View file

@ -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<String>,
/// Message body delivered to each target's inbox at fire time.
/// Same size budget as `Send.body` — soft cap at the broker level.