From e3729d148f1f7071021576fc0f6136fa54b9dbb9 Mon Sep 17 00:00:00 2001 From: damocles Date: Sun, 2 Aug 2026 23:48:49 +0200 Subject: [PATCH] hive-sh4re: drop the HelperEvent variants push_todo replaced --- hive-sh4re/src/lib.rs | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/hive-sh4re/src/lib.rs b/hive-sh4re/src/lib.rs index 8bcc7853..6509778f 100644 --- a/hive-sh4re/src/lib.rs +++ b/hive-sh4re/src/lib.rs @@ -507,27 +507,6 @@ pub enum HelperEvent { #[serde(default, skip_serializing_if = "Option::is_none")] tag: Option, }, - /// A container was rebuilt (auto-update or manual). - Rebuilt { - agent: String, - ok: bool, - #[serde(default, skip_serializing_if = "Option::is_none")] - note: Option, - #[serde(default, skip_serializing_if = "Option::is_none")] - sha: Option, - #[serde(default, skip_serializing_if = "Option::is_none")] - tag: Option, - }, - /// 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).