hive-c0re: publish each agent's status upward to the swarm queue (#3341 item 1)

This commit is contained in:
damocles 2026-09-02 04:36:38 +02:00 committed by mara
commit e6d5e2da28
4 changed files with 286 additions and 0 deletions

View file

@ -171,6 +171,11 @@ pub mod status;
/// "absence is not a deletion order" rule rather than inheriting either.
pub mod wanted;
/// The bucket per-agent status snapshots are published into — one key per
/// `(hive, agent)`, deliberately a sibling of [`status`] rather than a field
/// inside it. See the module doc for why the two must not merge.
pub mod agent_status;
/// The subject the swarm controller publishes on when the hive-wide knowledge
/// repository has changed. One writer, many readers — every hive subscribes.
///