fix: remove issue tag from comment in bash_runner

This commit is contained in:
damocles 2026-06-03 11:23:20 +02:00 committed by mara
commit 057c673be8

View file

@ -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 {