docs: record capability catalog router seam

This commit is contained in:
2026-06-07 17:20:33 +02:00
parent 50fbdef307
commit b413c8bcf9
2 changed files with 17 additions and 4 deletions

View File

@@ -327,6 +327,15 @@ create contract. State Hub keeps dev-hub-specific capability request, reroute,
repo dispatch, onboarding, and scope-health schemas local. Verification: State
Hub import/capability/core/DoI scope/MCP focused tests passed with 100 tests.
Implementation slice 10 (2026-06-07): added
`hub_core.routers.capabilities.create_capability_catalog_router` with host
domain/repo/catalog model injection, then replaced State Hub's local capability
catalog CRUD implementation with that hub-core factory. State Hub keeps the
capability request workflow routes local because they still enforce State Hub
flow transitions, notifications, rerouting, and task-unblock side effects.
Verification: hub-core pytest passed with 21 tests; State Hub
capability/import/MCP/core focused tests passed with 95 tests.
### T09 — Rename MCP server state-hub to dev-hub
```task