diff --git a/docs/turn-loop.md b/docs/turn-loop.md index 87df5583..696870c1 100644 --- a/docs/turn-loop.md +++ b/docs/turn-loop.md @@ -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 ` 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. +