hive-sh4re: drop the HelperEvent variants push_todo replaced

This commit is contained in:
damocles 2026-08-02 23:48:49 +02:00 committed by mara
commit e3729d148f

View file

@ -507,27 +507,6 @@ pub enum HelperEvent {
#[serde(default, skip_serializing_if = "Option::is_none")]
tag: Option<String>,
},
/// A container was rebuilt (auto-update or manual).
Rebuilt {
agent: String,
ok: bool,
#[serde(default, skip_serializing_if = "Option::is_none")]
note: Option<String>,
#[serde(default, skip_serializing_if = "Option::is_none")]
sha: Option<String>,
#[serde(default, skip_serializing_if = "Option::is_none")]
tag: Option<String>,
},
/// A new agent's proposed config repo was seeded post-`InitConfig`.
ConfigReady { agent: String },
/// A sub-agent's container was stopped (systemd unit down; state kept).
Killed { agent: String },
/// A sub-agent's container was torn down (state dirs preserved by default).
Destroyed { agent: String },
/// A sub-agent's container has no claude session yet.
NeedsLogin { agent: String },
/// A sub-agent just completed claude login.
LoggedIn { agent: String },
/// A sub-agent's recorded flake rev is stale relative to hyperhive.
NeedsUpdate { agent: String },
/// Container exited without an operator-initiated stop (crash).