From 1a839d45e349657101640f0fd584a5da81dfc9e7 Mon Sep 17 00:00:00 2001 From: lexis Date: Sat, 30 May 2026 11:15:17 +0200 Subject: [PATCH] docs(CLAUDE.md): update host option namespace to services.hyperhive.* (#615); add nix/docs.nix entry (#618) --- CLAUDE.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 92216415..697c1dfc 100644 --- a/CLAUDE.md +++ b/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/