docs: fix stale /state/hyperhive-model path in turn-loop.md

This commit is contained in:
damocles 2026-06-01 14:15:17 +02:00 committed by mara
commit 601ac647b5

View file

@ -148,7 +148,7 @@ default is set by `hyperhive.model` in the agent's `agent.nix`
(NixOS option; propagates via `HIVE_DEFAULT_MODEL` env var; falls
back to `"haiku"` if unset). The operator can flip it at runtime
with `/model <name>` in the web terminal — the next turn picks it
up. The choice is persisted to `/state/hyperhive-model` so it
up. The choice is persisted to `/harness/hyperhive-model` so it
survives restart; override path: `HYPERHIVE_MODEL_FILE` env var
for tests.
@ -587,3 +587,4 @@ The harness reads `/etc/hyperhive/bash-allow.json` and replaces
Commands outside the pattern list require confirmation — which in
`--print` mode means they will not run. An empty list (default) keeps
the current wholesale `Bash` entry.