From e89b9e0e9ffb6e0ecfdd55ef914a7373c1477899 Mon Sep 17 00:00:00 2001 From: "Claude (domedog)" Date: Wed, 17 Jun 2026 19:03:00 +0200 Subject: [PATCH] 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 --- docs/HOST-MATRIX.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/HOST-MATRIX.md b/docs/HOST-MATRIX.md index 4a7ef3e..c8040de 100644 --- a/docs/HOST-MATRIX.md +++ b/docs/HOST-MATRIX.md @@ -119,7 +119,9 @@ retired). Grounded in the actual code: entries, so it won't collide during validation. - **State home:** the app reads **`HERMES_HOME`** (`get_hermes_home()`). Do not set `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: ```sh cd /home/clawdie/ai/hermes-bsd