feat(#2628): migrate bash producer to the in-agent todo socket (keyed active + keyless done, not wakes)
This commit is contained in:
parent
1e1ca50da3
commit
17a9a156c2
6 changed files with 167 additions and 123 deletions
|
|
@ -175,7 +175,11 @@ in
|
|||
];
|
||||
environment = {
|
||||
HIVE_BASH_SOCKET = "/run/hive-bash/socket";
|
||||
HIVE_CONTROL_SOCKET = "/run/hive/mcp.sock";
|
||||
# In-agent todo socket the harness serves (loose-ends v2): the
|
||||
# runner pushes bash-task todos here (upsert while active, keyless
|
||||
# 'done' on completion) instead of firing a c0re wake. Must match
|
||||
# the harness's HIVE_AGENT_SOCKET (agent-service.nix).
|
||||
HIVE_AGENT_SOCKET = "/run/hive-agent/${userName}/agent.sock";
|
||||
RUST_LOG = "info";
|
||||
# HYPERHIVE_HARNESS_DIR and HYPERHIVE_STATE_DIR are already
|
||||
# injected via systemd.globalEnvironment by the meta flake
|
||||
|
|
|
|||
Loading…
Reference in a new issue