docs: get_agent_meta response gains hive_name + swarm_name (follow-up to #741)
turn-loop.md: add optional hive_name / swarm_name fields to get_agent_meta response shape; note they are omitted when the host options are unset. CLAUDE.md: update hive-gateway.nix entry to mention per-agent routing and .well-known; drop stale #609 cookie.
This commit is contained in:
parent
d0cc6e3643
commit
a823fa4dd9
2 changed files with 13 additions and 10 deletions
|
|
@ -255,9 +255,10 @@ nix/
|
|||
modules/hive-gateway.nix nginx nixos-container in front of all hyperhive
|
||||
surfaces (`services.hyperhive.gateway.enable`,
|
||||
default on); proxies `/` → c0re dashboard,
|
||||
static-serves matrix GUI at `/matrix/` when
|
||||
`matrix.gui.enable`; `localHostsEntry` for
|
||||
local-dev DNS; v0 HTTP-only (#609)
|
||||
`/agent/<name>/` → per-agent UI (driven by
|
||||
c0re-written JSON at `gateway.agentPortsFile`),
|
||||
`/matrix/` → fluffychat-web GUI when enabled;
|
||||
`.well-known/matrix/` auto-discovery; v0 HTTP-only
|
||||
modules/hive-matrix.nix optional in-container matrix-tuwunel
|
||||
homeserver (`services.hyperhive.matrix.enable`,
|
||||
default off); server_name defaults to bare
|
||||
|
|
|
|||
Loading…
Reference in a new issue