refactor(#1865): rename agent_server module to socket_server
Pure rename ahead of the agent+manager server consolidation: the per-agent socket dispatcher already hosts the shared dispatch and all lifecycle handlers, and will absorb the manager-only handlers next, so `agent_server` becomes a misnomer. No logic change — git mv plus a mechanical `agent_server` -> `socket_server` rename across refs.
This commit is contained in:
parent
b11360503a
commit
a053d33184
8 changed files with 14 additions and 14 deletions
1249
hive-c0re/src/socket_server.rs
Normal file
1249
hive-c0re/src/socket_server.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue