docs(CLAUDE.md): update host option namespace to services.hyperhive.* (#615); add nix/docs.nix entry (#618)
This commit is contained in:
parent
983a4fa229
commit
1a839d45e3
1 changed files with 8 additions and 4 deletions
12
CLAUDE.md
12
CLAUDE.md
|
|
@ -227,16 +227,16 @@ nix/
|
|||
modules/hive-c0re.nix systemd service + firewall + git wiring;
|
||||
`contextWindowTokens` attrset (per-model,
|
||||
injected as env vars into all containers);
|
||||
top-level `hyperhive.domain` option
|
||||
top-level `services.hyperhive.domain` option
|
||||
(nullable; required when matrix.enable);
|
||||
imports hive-forge.nix + hive-matrix.nix
|
||||
modules/hive-forge.nix optional in-container Forgejo
|
||||
(`hyperhive.forge.enable`, default on);
|
||||
(`services.hyperhive.forge.enable`, default on);
|
||||
Catppuccin Mocha theme via tmpfiles C+ copy
|
||||
modules/hive-matrix.nix optional in-container matrix-tuwunel
|
||||
homeserver (`hyperhive.matrix.enable`,
|
||||
homeserver (`services.hyperhive.matrix.enable`,
|
||||
default off); server_name derives from
|
||||
`hyperhive.domain` (subdomain by default);
|
||||
`services.hyperhive.domain` (subdomain by default);
|
||||
federation on (empty trusted_servers),
|
||||
registration off, e2ee deferred (#551)
|
||||
templates/harness-base.nix shared scaffolding for sub-agents + manager;
|
||||
|
|
@ -247,6 +247,10 @@ nix/
|
|||
— weston + VNC backend systemd unit; writes
|
||||
/etc/hyperhive/gui.json (vnc_port + auth) for
|
||||
the harness WebSocket relay (/screen/ws)
|
||||
docs.nix HTML options reference (host + agent); built
|
||||
via `nix build .#docs` → static site
|
||||
(`index.html`, `host.html`, `agent.html`,
|
||||
`host.md`, `agent.md`); rendered by cmark-gfm
|
||||
forge-theme/theme-catppuccin-vibec0re.css Catppuccin Mocha forge theme
|
||||
|
||||
docs/
|
||||
|
|
|
|||
Loading…
Reference in a new issue