fix(#1310): add hive-ci to SIBLING_CONTAINERS so agents can read its journal
This commit is contained in:
parent
4f446269ae
commit
12eac03324
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue