hive-sh4re: drop the HelperEvent variants push_todo replaced
This commit is contained in:
parent
c4c35bafe3
commit
e3729d148f
1 changed files with 0 additions and 21 deletions
|
|
@ -507,27 +507,6 @@ pub enum HelperEvent {
|
||||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||||
tag: Option<String>,
|
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.
|
/// A sub-agent's recorded flake rev is stale relative to hyperhive.
|
||||||
NeedsUpdate { agent: String },
|
NeedsUpdate { agent: String },
|
||||||
/// Container exited without an operator-initiated stop (crash).
|
/// Container exited without an operator-initiated stop (crash).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue