//! Wire types shared between `hive-c0re` and the in-container harness. pub mod approvals; pub mod assets; pub mod bash_task; pub mod container; pub mod inbox; pub mod journal; pub mod manager; pub mod paths; pub mod permissions; pub mod schedule; pub mod wire_time;