From 057c673be825d151c044f25cf68c8cece97fd6d9 Mon Sep 17 00:00:00 2001 From: damocles Date: Wed, 3 Jun 2026 11:23:20 +0200 Subject: [PATCH] fix: remove issue tag from comment in bash_runner --- hive-ag3nt/src/bash_runner.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {