feat(ecosystem): hub-core library lane for three-repo stack (HUB-WP-0003)
Add slugify_or_default for core-hub parity, bump to 0.2.0, document ecosystem position in INTENT/SCOPE/README, wire capability relations to state-hub and core-hub, and extend utils tests. Part of CUST-WP-0057 consolidation.
This commit is contained in:
parent
41a396e807
commit
118d4fdcfe
16 changed files with 1766 additions and 21 deletions
7
SCOPE.md
7
SCOPE.md
|
|
@ -125,10 +125,11 @@ hub-core/
|
|||
|
||||
| Repo | Boundary |
|
||||
|---|---|
|
||||
| `state-hub` | Host dev-hub; imports hub-core factories; keeps workplan/task/decision logic |
|
||||
| `the-custodian` | Owns extraction boundary doc and CUST-WP-0025 workplan |
|
||||
| `state-hub` | Primary host — mounts router factories and MCP composition; owns workplans/tasks |
|
||||
| `core-hub` | Secondary consumer — imports utils/schemas; owns `/api/v2` framework tables locally |
|
||||
| `the-custodian` | Owns ecosystem architecture (`hub-ecosystem-architecture.md`) and extraction boundary |
|
||||
| `reuse-surface` | Federation hub for capability indexes; not a runtime dependency of hub-core |
|
||||
| `ops-hub` | Future consumer; operations-specific tables stay local |
|
||||
| `ops-hub` | Consumer of core-hub `/api/v2`; operations tables stay local |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue