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
This commit is contained in:
parent
3872ddc014
commit
9458d0256a
1 changed files with 29 additions and 1 deletions
30
AGENTS.md
30
AGENTS.md
|
|
@ -19,7 +19,7 @@ there is no MCP server for Codex agents.
|
||||||
| Context | URL |
|
| Context | URL |
|
||||||
|---------|-----|
|
|---------|-----|
|
||||||
| Local workstation | `http://127.0.0.1:8000` |
|
| 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` |
|
||||||
| Optional local edge relay | http://127.0.0.1:18080 |
|
| Optional local edge relay | http://127.0.0.1:18080 |
|
||||||
|
|
||||||
When an operator has enabled the edge relay, set API_BASE to the relay URL.
|
When an operator has enabled the edge relay, set API_BASE to the relay URL.
|
||||||
|
|
@ -119,6 +119,34 @@ curl -s -X PATCH "http://127.0.0.1:8000/tasks/<task_id>" \
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Edition & rules variants (composable modules by aspect)
|
||||||
|
|
||||||
|
Indexed in **`editions/catalog.yaml`** (schema 2).
|
||||||
|
|
||||||
|
| Doc | Role |
|
||||||
|
|-----|------|
|
||||||
|
| `editions/CATALOG.md` | Selection contract for modules / profiles |
|
||||||
|
| `editions/ASPECTS.md` | Full **aspect** map (design-space dimensionality) |
|
||||||
|
|
||||||
|
| Layer | What |
|
||||||
|
|-------|------|
|
||||||
|
| **Baseline** | Content package `editions/ground-darvo-rN/` |
|
||||||
|
| **Aspect** | Orthogonal design dimension (stress routing, end condition, dealing, …) |
|
||||||
|
| **Module** | One choice on one aspect under `editions/modules/<aspect>/<slug>/` |
|
||||||
|
| **Profile** | Named list of modules (e.g. `h2`, `scoped_plus_attack_soothe`) |
|
||||||
|
|
||||||
|
Select **baseline + modules** (≤1 per aspect) or a **profile**. Modules are
|
||||||
|
independent and combinable. Legacy experiments under
|
||||||
|
`editions/experiments/` map to profiles — prefer module/profile ids.
|
||||||
|
|
||||||
|
Do not silently edit frozen baseline columns (GROUND-WP-0002 T01).
|
||||||
|
|
||||||
|
Design memory: `history/260807-attack-darvo-stress-design.md`,
|
||||||
|
`history/260808-h2-scoped-problem-stress.md`,
|
||||||
|
`history/260808-deal-end-sequences-design.md`,
|
||||||
|
`history/260808-modular-variants.md`.
|
||||||
|
Simulator-side research: clay-borg `research/CB-RES-0010-game-aspects-and-design-space.md`.
|
||||||
|
|
||||||
## Workplan Convention (ADR-001)
|
## Workplan Convention (ADR-001)
|
||||||
|
|
||||||
Work items originate as files in this repo — not in the hub. The hub is a
|
Work items originate as files in this repo — not in the hub. The hub is a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue