fix: remove hive-bash-mcp cargo dep from hive-ag3nt — add minimal bash_tasks.rs for get_loose_ends

This commit is contained in:
damocles 2026-06-03 17:17:37 +02:00 committed by mara
commit 8b559eceec
5 changed files with 80 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_tasks;
pub mod client;
pub mod events;
pub mod forge_notify;