hive-sh4re: split bash-task schema into its own topic module

This commit is contained in:
damocles 2026-08-10 21:48:28 +02:00 committed by mara
commit 1e9b924bc4
3 changed files with 58 additions and 53 deletions

View file

@ -7,4 +7,4 @@
//! panel — no parallel copy to drift. Re-exported here so existing
//! `crate::protocol::{TaskFile, TaskStatus}` imports across this crate
//! keep compiling unchanged.
pub use hive_sh4re::{TaskFile, TaskStatus};
pub use hive_sh4re::bash_task::{TaskFile, TaskStatus};