feat(#2569): wire HIVE_AGENT_SOCKET for the harness, mcp-http, and matrix services

This commit is contained in:
damocles 2026-07-20 23:17:35 +02:00
commit ade7be46c2
3 changed files with 15 additions and 0 deletions

View file

@ -219,6 +219,10 @@ in
wants = [ "network-online.target" ];
environment = {
HIVE_MATRIX_SOCKET = "/run/hive-matrix/socket";
# In-agent todo socket the harness serves (loose-ends v2): the
# matrix sweep pushes unread-room + pending-invite todos here
# instead of firing wakes at hive-c0re's mcp.sock.
HIVE_AGENT_SOCKET = "/run/hive-agent/${userName}/agent.sock";
RUST_LOG = "info";
}
# Homeserver URL: by default the daemon inherits the host-forwarded