docs(CLAUDE.md): add agent_sockets.rs to hive-c0re file map (follow-up to #809)
This commit is contained in:
parent
e04b6075e5
commit
eacfa9bdb3
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ hive-c0re/ host daemon + sibling operator CLI (lib + 2 bins)
|
||||||
src/agent_ports.rs writes `/var/lib/hyperhive/agent-ports.json` on
|
src/agent_ports.rs writes `/var/lib/hyperhive/agent-ports.json` on
|
||||||
meta sync; gateway reads name→port map for
|
meta sync; gateway reads name→port map for
|
||||||
per-agent `/agent/<name>/` routing (#15).
|
per-agent `/agent/<name>/` routing (#15).
|
||||||
|
src/agent_sockets.rs writes `/var/lib/hyperhive/agent-sockets.json` on
|
||||||
|
meta sync; gateway reads name→socket-path
|
||||||
|
map for unix-domain per-agent UI binding (#784).
|
||||||
src/agent_server.rs per-sub-agent socket listener (long-poll Recv)
|
src/agent_server.rs per-sub-agent socket listener (long-poll Recv)
|
||||||
src/broker.rs sqlite Message store + intra-process broadcast
|
src/broker.rs sqlite Message store + intra-process broadcast
|
||||||
channel (`MessageEvent`) for `recv_blocking_batch` +
|
channel (`MessageEvent`) for `recv_blocking_batch` +
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue