From 1e0ec9b5affd72b4b6f6f41766a1829903cbf69f Mon Sep 17 00:00:00 2001 From: iris Date: Sat, 15 Aug 2026 12:34:26 +0200 Subject: [PATCH] docs(conventions): fix one more stale hive-c0re.nix bare-file ref MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same bug class the facts sweep hunted for across everything else — hive-c0re.nix is a module directory now (nix/host-modules/hive-c0re/), environment.nix is where HYPERHIVE_HIVE_DOMAIN is actually set. Caught doing a final grep across the merged sweep for the known bad patterns before pushing. --- docs/conventions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conventions.md b/docs/conventions.md index 8c156d30..bbc97f2f 100644 --- a/docs/conventions.md +++ b/docs/conventions.md @@ -24,8 +24,8 @@ Four env vars cover the identity surface, read by surface "unknown agent" rather than getting a panic from this module. - `HYPERHIVE_HIVE_DOMAIN` — the hive's canonical DNS domain (e.g. - `darkest.space`), set by `hive-c0re.nix` from - `services.hyperhive.domain`. When configured, `qualified_label()` + `darkest.space`), set by `nix/host-modules/hive-c0re/environment.nix` + from `services.hyperhive.domain`. When configured, `qualified_label()` returns `${label}@${domain}` (e.g. `iris@darkest.space`); when unset (single-hive deployments, dev/test) it degrades to just the short label so existing callers see no change. The