From e231d0fcc6226e5284ed02deed8029972fcf522e Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 25 Aug 2026 00:21:36 +0200 Subject: [PATCH] docs(agents): repoint remote State Hub URL to the in-cluster address The remote row pointed at 127.0.0.1:18000, a reverse tunnel back to the workstation. On railiance01 the State Hub runs in the cluster on that same machine, so the request left the box and came back to reach a local service. Refs CUST-WP-0067-T07 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006 --- AGENTS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 5472633..8e06d26 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -20,8 +20,7 @@ The Custodian State Hub tracks work across domains. Prefer HTTP REST and the | Context | URL | |---------|-----| | Local workstation | `http://127.0.0.1:8000` | -| Remote via tunnel | `http://127.0.0.1:18000` | - +| Remote (railiance01, in-cluster) | `http://10.43.68.154:8000` | Canonical health endpoint: `/state/health` (not `/health`). ### Orient at session start