rename(162): drop HIVE_PORT fallback; sweep remaining hm1nd in docs

This commit is contained in:
damocles 2026-06-01 17:35:19 +02:00 committed by mara
commit 008609d0e7
7 changed files with 26 additions and 31 deletions

View file

@ -7,7 +7,7 @@ exist because something already went wrong without them.
- Containers are length-bounded by `nixos-container` (≤ 11 chars).
- Sub-agents are `h-<name>` with `<name>` ≤ 9 chars.
- The manager is `hm1nd` (no `h-` prefix, fixed name).
- The manager is `root` (no `h-` prefix, fixed name).
- `MAX_AGENT_NAME` in `lifecycle.rs` enforces the cap.
- Per-agent web UI port = `WEB_PORT_BASE + FNV1a(name) % WEB_PORT_RANGE`
(8100..8999) for every agent including the manager; dashboard