fix(#1310): add hive-ci to SIBLING_CONTAINERS so agents can read its journal

This commit is contained in:
damocles 2026-06-04 21:17:34 +02:00 committed by mara
commit 12eac03324

View file

@ -16,7 +16,7 @@ pub const MANAGER_NAME: &str = "ruth";
pub const AGENT_PREFIX: &str = "h-";
/// Sibling service containers managed by hive-c0re.
pub const SIBLING_CONTAINERS: &[&str] = &["hive-forge", "hive-matrix", "hive-gateway"];
pub const SIBLING_CONTAINERS: &[&str] = &["hive-forge", "hive-matrix", "hive-gateway", "hive-ci"];
/// Host path of the meta flake. The flake ref for agent `<name>` is
/// `{META_DIR}#{name}`, derived by `hive-priv` — never passed over the wire.