state-hub/dashboard/src
tegwick 090a206f3d feat(state-hub): add Extension Points and Technical Debt tracking
New entity types (DB tables, API routers, Pydantic schemas, Alembic
migration a3f1c2d4e5b6):
- extension_points: ep_id, domain, title, ep_type, status, priority,
  location, description, topic_id, workstream_id
- technical_debt: td_id, domain, title, debt_type, severity, status,
  location, description, topic_id, workstream_id

MCP server: 6 new tools — register_extension_point, list_extension_points,
update_ep_status, register_technical_debt, list_technical_debt,
update_td_status (each write emits a progress_event)

Dashboard: two new pages (extensions.md, techdept.md) with KPI sidebar,
charts, urgent-items section, and filterable card lists. Both added to
nav in observablehq.config.js.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 07:29:51 +01:00
..
components dashboard: add toc-sidebar utility; move live indicator into TOC column 2026-02-26 14:42:38 +01:00
data Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00
docs Implement Workstream Health Index (WHI) KPI card 2026-02-27 00:03:27 +01:00
decisions.md Add Decisions and Workstreams reference docs with heading help wiring 2026-02-26 18:12:12 +01:00
extensions.md feat(state-hub): add Extension Points and Technical Debt tracking 2026-02-27 07:29:51 +01:00
index.md dashboard: move Open Workstreams by Domain chart to top of overview page 2026-02-26 17:49:12 +01:00
progress.md Add Decisions and Workstreams reference docs with heading help wiring 2026-02-26 18:12:12 +01:00
tasks.md Add Tasks dashboard page 2026-02-27 01:04:19 +01:00
techdept.md feat(state-hub): add Extension Points and Technical Debt tracking 2026-02-27 07:29:51 +01:00
workstreams.md Implement Workstream Health Index (WHI) KPI card 2026-02-27 00:03:27 +01:00