From 12eac03324ca67ca4c11efe5fc7a6972f2a96cab Mon Sep 17 00:00:00 2001 From: damocles Date: Thu, 4 Jun 2026 21:17:34 +0200 Subject: [PATCH] fix(#1310): add hive-ci to SIBLING_CONTAINERS so agents can read its journal --- hive-sh4re/src/priv_proto.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-sh4re/src/priv_proto.rs b/hive-sh4re/src/priv_proto.rs index 17a2dbe7..e9300954 100644 --- a/hive-sh4re/src/priv_proto.rs +++ b/hive-sh4re/src/priv_proto.rs @@ -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 `` is /// `{META_DIR}#{name}`, derived by `hive-priv` — never passed over the wire.