feat: complete cluster self-sufficiency hardening
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a06d83-1cbc-71f2-b0dc-e0f48cedae43
This commit is contained in:
parent
87047faa8e
commit
0b44cf12f5
14 changed files with 232 additions and 40 deletions
14
SCOPE.md
14
SCOPE.md
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
## One-Liner
|
||||
|
||||
State Hub is the local-first coordination service for repo-anchored workplans,
|
||||
State Hub is the transitional coordination service for repo-anchored workplans,
|
||||
tasks, decisions, progress events, repo classification and metadata, MCP
|
||||
tooling, and dashboard telemetry.
|
||||
tooling, and dashboard telemetry. Its primary runtime is on railiance01; local
|
||||
repository files remain authoritative for repository-owned work records.
|
||||
|
||||
## In Scope
|
||||
|
||||
|
|
@ -23,13 +24,16 @@ tooling, and dashboard telemetry.
|
|||
|
||||
| Repo | Role |
|
||||
| --- | --- |
|
||||
| `hub-core` | Shared library — State Hub mounts router factories and MCP from `hub_core` |
|
||||
| `state-hub` | This repo — dev coordination host, workplan file authority |
|
||||
| `core-hub` | Production framework — `/api/v2` at `hub.coulomb.social`; does not replace State Hub dev MCP |
|
||||
| `hub-core` | Shared library and selected target runtime for capabilities retained after State Hub retirement |
|
||||
| `state-hub` | This repo — transitional coordination runtime and read projection; repository files retain work-record authority |
|
||||
| `core-hub` | Production `/api/v2` compatibility runtime on railiance01 during consolidation into `hub-core` |
|
||||
|
||||
Canon: `/home/worsch/the-custodian/docs/hub-ecosystem-architecture.md`
|
||||
|
||||
State Hub does **not** implement Inter-Hub `/api/v2` routes; those belong to core-hub.
|
||||
New permanent cross-domain capability should land in its disposition owner, not
|
||||
expand State Hub. The retirement program is governed by
|
||||
`prj-state-hub-retirement`.
|
||||
|
||||
## Out Of Scope
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue