docs: complete hub-core package slice

This commit is contained in:
2026-06-07 00:39:38 +02:00
parent 6a8a2fba74
commit 7301494379
2 changed files with 13 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ status: active
owner: custodian
topic_slug: custodian
created: "2026-03-20"
updated: "2026-06-06"
updated: "2026-06-07"
state_hub_workstream_id: "293a74fe-a85a-4ad6-8933-23d52a72fe8b"
---
@@ -143,7 +143,7 @@ record in `the-custodian`.
```task
id: CUST-WP-0025-T05
status: in_progress
status: done
priority: high
state_hub_task_id: "04bf480c-8847-4a89-a4f2-e7c5fc51088d"
```
@@ -185,6 +185,12 @@ requests use JSON request/fulfillment context fields instead of workstream/task
columns. This keeps hub-core reusable while giving State Hub a migration path
for its dev-specific references.
Completed package slice (2026-06-07): added the remaining generic REST router
factories for progress events and capability catalog/request lifecycle. With
models, schemas, routers, Alembic templates, and shared utilities present in
`/home/worsch/hub-core`, T05 is complete enough for T06 MCP base-server work
and T08 State Hub import refactoring to begin.
### T06 — Hub-core FastMCP base server
```task