docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 3)
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 11s

This commit is contained in:
tegwick 2026-07-08 17:15:26 +02:00
parent 830a336439
commit 552e705ea7
5 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@ code.
### External integrations ### External integrations
- **Inter-Hub** (`https://hub.coulomb.social`) — hub rows, manifests, widgets, events - **Inter-Hub** (`https://hub.coulomb.social`) — hub rows, manifests, widgets, events
- **State Hub** — workstream/task cache rebuilt from workplan files - **State Hub** — workplan/task cache rebuilt from workplan files
- **OpenBao** — operator and runtime API key custody (`warden access --exec`) - **OpenBao** — operator and runtime API key custody (`warden access --exec`)
- **ops-warden** — SSH cert issuance and credential routing only - **ops-warden** — SSH cert issuance and credential routing only

View file

@ -3,7 +3,7 @@
This repo owns **ops-hub** only. It does not own: This repo owns **ops-hub** only. It does not own:
- Generic Inter-Hub framework, API substrate, auth → `inter-hub/` - Generic Inter-Hub framework, API substrate, auth → `inter-hub/`
- State Hub workstream/task/decision implementation → `state-hub/` - State Hub workplan/task/decision implementation → `state-hub/`
- SSH CA, credential routing catalog, bootstrap SSH envelope → `ops-warden/` - SSH CA, credential routing catalog, bootstrap SSH envelope → `ops-warden/`
- OpenBao mounts, platform secret paths, ESO → `railiance-platform/` - OpenBao mounts, platform secret paths, ESO → `railiance-platform/`
- Cluster desired state, host principals, force-command wrappers → `railiance-infra/` - Cluster desired state, host principals, force-command wrappers → `railiance-infra/`

View file

@ -46,7 +46,7 @@ fix-consistency. Do not edit or rename it.
**Workplan** is the fleet term — see **Workplan** is the fleet term — see
`the-custodian/canon/standards/workplan-terminology-fleet_v0.1.md`. `the-custodian/canon/standards/workplan-terminology-fleet_v0.1.md`.
**Workstream** is legacy only: some API routes (`/workstreams/`), params **Workplan** is legacy only: some API routes (`/workstreams/`), params
(`workstream_id`), MCP aliases (`create_workstream`), and the frontmatter field (`workstream_id`), MCP aliases (`create_workstream`), and the frontmatter field
above remain until `STATE-WP-0069` retires them via legacy-meter. Treat those above remain until `STATE-WP-0069` retires them via legacy-meter. Treat those
identifiers as workplan IDs. Prefer `GET /workplans/` and `workplan_id` in new identifiers as workplan IDs. Prefer `GET /workplans/` and `workplan_id` in new

View file

@ -14,7 +14,7 @@ incidents, risks, runbooks, readiness gates, and migration waves.
It exists because Railiance and HelixForge operations need a durable It exists because Railiance and HelixForge operations need a durable
operational truth surface while the fleet transitions toward railiance01 operational truth surface while the fleet transitions toward railiance01
production. State Hub continues to own workstreams and decisions; **Core Hub** production. State Hub continues to own workplans and decisions; **Core Hub**
owns the production framework API (`hub.coulomb.social` since 2026-07-03). owns the production framework API (`hub.coulomb.social` since 2026-07-03).
Historical Haskell Inter-Hub lives in `inter-hub-haskell` (retired). `ops-hub` Historical Haskell Inter-Hub lives in `inter-hub-haskell` (retired). `ops-hub`
owns the operations extension behavior and posts evidence to Core Hub. owns the operations extension behavior and posts evidence to Core Hub.

View file

@ -29,7 +29,7 @@ probes, bootstrap clients, UI/extensions, tests, and packaging belong here.
- Generic Core Hub framework behavior, API substrate, authentication, or - Generic Core Hub framework behavior, API substrate, authentication, or
registry semantics. registry semantics.
- State Hub workstream, task, decision, or progress implementation. - State Hub workplan, task, decision, or progress implementation.
- Railiance infrastructure, cluster, platform, enablement, or app desired state. - Railiance infrastructure, cluster, platform, enablement, or app desired state.
- Manual production DB seeding unless the operator explicitly chooses that - Manual production DB seeding unless the operator explicitly chooses that
fallback. fallback.