docs: record policy router import seam

This commit is contained in:
2026-06-07 13:23:15 +02:00
parent 72478e820e
commit 5e8c3aa685
2 changed files with 12 additions and 1 deletions

View File

@@ -94,6 +94,9 @@ Current implementation status:
- 2026-06-07: T08 router imports started. State Hub now mounts the hub-core
messages router factory with State Hub's own `AgentMessage` model injected,
proving the router seam can avoid cross-metadata SQLAlchemy model imports.
- 2026-06-07: T08 policy router import completed. State Hub now mounts the
hub-core policy router factory with local path validation plus read/write
callbacks, proving non-DB routers can move behind callback seams.
## Extract Now
@@ -201,7 +204,7 @@ to import it:
## Next Step
Continue T08 by applying the host-model injection pattern to the next
Continue T08 by applying host-model injection or callback seams to the next
lowest-risk generic routers. Repos, domains, TPSC, progress, and capability
requests each need a small dependency-injection review before replacement. Do
not rename State Hub to dev-hub until T05-T08 prove the shared package