Summary
In a long-running session (v0.5.2, packaged Windows build), the god agent's outbound hive messages (outbox/ -> other agents' inbox/) stopped being delivered. The fault is one-directional and silent: no error anywhere, files just sit in outbox/ unmoved, and log.jsonl shows zero new delivery events for "from":"god" messages while "from":"<other-agent>","to":"god" messages kept delivering the entire time.
Timeline (single session, 2026-09-13)
- Last confirmed successful god-outbound delivery: 06:55:01Z.
- After that, every subsequent god->agent message (3 different messages, re-sent multiple times with fresh filenames/content) sat undelivered for 40+ minutes.
- Two full app restarts (via Task Manager / relaunch) temporarily restored delivery for ~5-10 minutes each time, then it silently stopped again.
- A later restart did NOT restore it at all -- confirmed by testing with a brand-new message and waiting 20s+ with no delivery.
- An unprompted
app-start event also fired on its own later in the session (not user-initiated) -- agents were auto archived/respawned, and delivery was still broken afterward.
Related: budget/limit UI shows incorrect values
While investigating, the "Command Center" agent panel showed the god agent's "Read budget" at 13M / 13M = 100% (red). Per-agent limit was found to be set to 0. Setting the limit field to an enormous number (2.4e42) did not change the display -- it continued showing a mirrored used/used = 100% value (now 17M/17M) rather than reflecting the new limit. Using the agent-specific "restart & continue" button did reset the display to 0%, but did not restore outbound message delivery, suggesting the budget display bug and the delivery bug may be separate issues, or the delivery gate isn't reading the same value the UI reads.
Impact
God (orchestrator) could no longer dispatch tickets, approve/merge action records, or route work to other agents via the hive. Real work was blocked until the operator manually executed the pending GitHub actions (PR merges) directly via gh outside the hive protocol, bypassing the intended Repo-Ops-agent flow entirely.
Environment
- Munder Difflin v0.5.2 (packaged), Electron 32.3.3, Windows 11 Pro 10.0.26200
- 4-agent office: 1 Claude-based god + Codex-based coder + Antigravity-based reviewer + Codex-based ops agent
- No errors/bounces logged anywhere locally (checked
hive/log.jsonl and hive/cost-ledger.jsonl)
What would help
- Any server-side/relay logging that could show why god's outbound queue specifically stopped draining while inbound kept working.
- Confirmation of whether the "Read budget" hitting 100% (even from a misconfigured 0 limit) is supposed to gate outbound delivery, and whether that gate has a bug where clearing/raising the limit doesn't propagate to whatever process drains
outbox/.
Happy to provide the raw log.jsonl excerpt from the affected window if useful (redacted of repo/agent specifics).
Summary
In a long-running session (v0.5.2, packaged Windows build), the god agent's outbound hive messages (
outbox/-> other agents'inbox/) stopped being delivered. The fault is one-directional and silent: no error anywhere, files just sit inoutbox/unmoved, andlog.jsonlshows zero new delivery events for"from":"god"messages while"from":"<other-agent>","to":"god"messages kept delivering the entire time.Timeline (single session, 2026-09-13)
app-startevent also fired on its own later in the session (not user-initiated) -- agents were auto archived/respawned, and delivery was still broken afterward.Related: budget/limit UI shows incorrect values
While investigating, the "Command Center" agent panel showed the god agent's "Read budget" at
13M / 13M = 100%(red). Per-agent limit was found to be set to0. Setting the limit field to an enormous number (2.4e42) did not change the display -- it continued showing a mirroredused/used = 100%value (now17M/17M) rather than reflecting the new limit. Using the agent-specific "restart & continue" button did reset the display to0%, but did not restore outbound message delivery, suggesting the budget display bug and the delivery bug may be separate issues, or the delivery gate isn't reading the same value the UI reads.Impact
God (orchestrator) could no longer dispatch tickets, approve/merge action records, or route work to other agents via the hive. Real work was blocked until the operator manually executed the pending GitHub actions (PR merges) directly via
ghoutside the hive protocol, bypassing the intended Repo-Ops-agent flow entirely.Environment
hive/log.jsonlandhive/cost-ledger.jsonl)What would help
outbox/.Happy to provide the raw
log.jsonlexcerpt from the affected window if useful (redacted of repo/agent specifics).