docs: record TPSC hub-core import seam

This commit is contained in:
2026-06-07 10:48:29 +02:00
parent d407522abc
commit 366bdb1bae
2 changed files with 16 additions and 4 deletions

View File

@@ -264,6 +264,14 @@ compatibility re-exports from `hub_core.schemas`. Added
`tests/test_hub_core_imports.py` to pin the import seam. Verification:
`python -m pytest` in State Hub passed with 349 tests.
Implementation slice 2 (2026-06-07): aligned hub-core's TPSC schemas and GDPR
report payload with the existing State Hub contract, then converted State Hub's
`api.schemas.tpsc` module into a compatibility re-export from
`hub_core.schemas.tpsc`. Verification: hub-core `pytest` passed with 15 tests;
State Hub import/core-router/recently-on-scope focused tests passed. A full
State Hub run reached 349 passed / 1 failed; the lone recently-on-scope failure
passed when rerun alone and with the new import seam tests.
### T09 — Rename MCP server state-hub to dev-hub
```task