docs: record hub-core utilities slice

This commit is contained in:
2026-06-06 22:14:02 +02:00
parent bd0f9164b5
commit 9d5c13abb6
2 changed files with 35 additions and 0 deletions

View File

@@ -171,6 +171,13 @@ binding to State Hub globals, preserving the package boundary for future hubs.
Verification currently covers package compilation, SQLAlchemy metadata
registration, and router factory construction.
Implementation slice 3 (2026-06-06): added hub-core shared utilities for slug
normalization, pagination, repo path resolution, and trailing-slash path
normalization. Added Alembic migration templates plus an initial core schema
migration covering domains, managed repos, agent messages, capability catalog,
and TPSC tables. Hub-core verification now covers package compilation, router
construction, registered metadata, and utility behavior.
### T06 — Hub-core FastMCP base server
```task