state-hub/workplans/STATE-WP-0074-hub-ecosystem-boundary-alignment.md
codex 3cb256ef5c
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
fix(workplans): adopt ADR-007 derived identifiers for unregistered records
These workplans exist only in the retired local hub. Their random pre-ADR-007
identifiers are refused by C-06 as stale references, so they cannot be
registered. Deriving from the canonical record id takes no identity from
anything: central does not hold them and the old ids die with the cache.

Records central already holds were deliberately left untouched.

Refs CUST-WP-0068-T06

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-25 20:22:27 +02:00

92 lines
No EOL
2 KiB
Markdown

---
id: STATE-WP-0074
type: workplan
title: "Hub ecosystem boundary alignment"
domain: infotech
repo: state-hub
status: finished
owner: codex
topic_slug: infotech
created: "2026-07-09"
updated: "2026-07-11"
state_hub_workstream_id: "3977ba44-f470-56df-bc03-7d4201cba1ac"
---
# Hub ecosystem boundary alignment
Parent: `~/the-custodian/workplans/CUST-WP-0057-hub-ecosystem-consolidation.md`
## Goal
Document State Hub's role in the three-repo stack and prevent route/model drift
toward core-hub framework surfaces.
## Route audit
```task
id: STATE-WP-0074-T01
status: done
priority: high
state_hub_task_id: "3b4c32ce-4f0b-5f04-a165-556db062a3ca"
```
Publish `docs/hub-ecosystem-route-audit.md` classifying hub-core factory vs
dev-hub-only vs core-hub-exclusive routes.
Done 2026-07-09.
## Cross-hub read API decision
```task
id: STATE-WP-0074-T02
status: done
priority: medium
state_hub_task_id: "cfd81160-1c40-5922-9124-0b4c39c95030"
```
Record deferral: core-hub does not duplicate progress/message tables in
CUST-WP-0057 initial slice. Future ingestion via authenticated read APIs if
operator console needs live dev coordination data.
Decision documented in route audit and `hub-ecosystem-architecture.md`.
## Ecosystem docs in INTENT/SCOPE
```task
id: STATE-WP-0074-T03
status: done
priority: high
state_hub_task_id: "2e790571-c183-5b95-aec0-38840ed4e151"
```
Add ecosystem position sections to `INTENT.md` and `SCOPE.md`.
Done 2026-07-09.
## Confirm no /api/v2 growth
```task
id: STATE-WP-0074-T04
status: done
priority: high
state_hub_task_id: "10c1cd9b-27af-5a74-ac36-88843900a7a3"
```
Verify `api/main.py` does not mount Inter-Hub `/api/v2` routes. Document in
route audit.
Done 2026-07-09: no `/api/v2` in state-hub.
## Cross-repo smoke documentation
```task
id: STATE-WP-0074-T05
status: done
priority: medium
state_hub_task_id: "2e417a49-dff4-5b0c-a8f3-c9297683e2ea"
```
Add `make ecosystem-regression` target or README pointer to
`the-custodian/scripts/hub-ecosystem-regression.sh`.
Done 2026-07-09: README glossary and regression script pointer added.