diff --git a/hive-ag3nt/src/bash_runner.rs b/hive-ag3nt/src/bash_runner.rs index 23dc202d..7d8d3526 100644 --- a/hive-ag3nt/src/bash_runner.rs +++ b/hive-ag3nt/src/bash_runner.rs @@ -468,7 +468,7 @@ async fn send_wake(socket: &Path, id: &str, summary: &str, output: Option<(&str, // Transient: do not persist to the message broker. Bash task // completions are fire-and-forget — the output is already on disk // in harness/bash-tasks/; persisting would cause duplicate delivery - // after a harness restart (issue #1103). + // after a harness restart. transient: true, }; match crate::client::request::<_, hive_sh4re::AgentResponse>(socket, &req).await {