feat(#665): harness-internal async bash task runner (option B)

This commit is contained in:
damocles 2026-06-01 13:07:11 +02:00 committed by mara
commit 1178bb2999
5 changed files with 512 additions and 3 deletions

View file

@ -1,6 +1,7 @@
//! Shared in-container harness code used by both `hive-ag3nt` (agent) and
//! `hive-m1nd` (manager) binaries.
pub mod bash_runner;
pub mod client;
pub mod events;
pub mod forge_notify;