docs(host-matrix): make hermes-osa state home unambiguous

Reconcile the HERMES_HOME path: /home/clawdie/.hermes is authoritative for
first validation; /home/clawdie/clawdie-ai (an earlier target) is the old
orphaned runtime and off-limits. Align agents here before install.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Claude (domedog) 2026-06-17 19:03:00 +02:00
parent 4bff0eabbf
commit e89b9e0e9f

View file

@ -119,7 +119,9 @@ retired). Grounded in the actual code:
entries, so it won't collide during validation. entries, so it won't collide during validation.
- **State home:** the app reads **`HERMES_HOME`** (`get_hermes_home()`). Do not set - **State home:** the app reads **`HERMES_HOME`** (`get_hermes_home()`). Do not set
`AUTOLYCUS_HOME` for hermes-osa. `AUTOLYCUS_HOME` for hermes-osa.
- **Local validation home:** use the operator-owned default-compatible state directory first. - **Canonical first-validation state home: `HERMES_HOME=/home/clawdie/.hermes`** — _not_
`/home/clawdie/clawdie-ai` (an earlier target that is the old orphaned runtime; see below).
This value is authoritative; any agent planning a different path should align to it here first.
For source-proof validation, run the checkout-local setup path, not the PyPI/system installer: For source-proof validation, run the checkout-local setup path, not the PyPI/system installer:
```sh ```sh
cd /home/clawdie/ai/hermes-bsd cd /home/clawdie/ai/hermes-bsd