docs: record hub-core router slice

This commit is contained in:
2026-06-06 20:17:31 +02:00
parent f46f461720
commit bd0f9164b5
2 changed files with 27 additions and 0 deletions

View File

@@ -164,6 +164,13 @@ initial package slice should start with base DB primitives, domains, repos,
messages, TPSC catalog/snapshots, and adapter seams for progress and capability
requests rather than a blind file copy.
Implementation slice 2 (2026-06-06): expanded `/home/worsch/hub-core` with
router factory functions for domains, repos, messages, TPSC, and policy lookup.
The factories receive the host hub's `get_session` dependency instead of
binding to State Hub globals, preserving the package boundary for future hubs.
Verification currently covers package compilation, SQLAlchemy metadata
registration, and router factory construction.
### T06 — Hub-core FastMCP base server
```task