the-custodian/workplans/CUST-WP-0000-state-hub-v0.1-build-deploy.md
codex 932a7a6164
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
fix(workplans): terminate frontmatter that ran into the document
A missing newline fused the closing delimiter onto the last frontmatter value
(`- KONT-WP-0016---`), or fused a value onto the following key. Either way the
frontmatter never terminates and the whole body is swallowed.

Because workplan files are selected by `type: workplan`, such a file is not
invalid but invisible: it appears in no projection, raises no error, and is
reported as neither a workplan nor a problem. A forge-derived reset would
therefore read its correct hub record as no longer deriving and propose retiring
live work.

Only the missing newline is inserted; no value is altered.

Refs STATE-WP-0083-T08
2026-08-26 08:28:59 +02:00

1.5 KiB

id type title domain repo status owner topic_slug created updated completed state_hub_workstream_id note
CUST-WP-0000 workplan State Hub v0.1 — Build & Deploy infotech the-custodian completed custodian custodian 2026-02-24 2026-02-24 2026-02-24 2b0efa54-0209-4ca9-8ab3-30dfbdb991b0 Pre-ADR-001 record. This workplan was created DB-first during the first Custodian session (2026-02-24) before the workplan-as-repository-artefact convention was established. This file is a retroactive record written on 2026-03-11 to satisfy the ADR-001 consistency checker (C-08).

State Hub v0.1 — Build & Deploy

What was built

The first live implementation layer of the Custodian system, delivered in the initial session on 2026-02-24:

  • PostgreSQL schema (topics, workplans, tasks, decisions, progress_events)
  • FastAPI app with routers for all entities + /state/summary
  • FastMCP stdio server (11 tools, 5 resources/templates)
  • Observable Framework dashboard (4 pages: index, workplans, decisions, progress)
  • Docker Compose for local PostgreSQL
  • Alembic migration 0001_initial_schema
  • Seed script inserting 6 canonical topics
  • .mcp.json at repo root for Claude Code discovery
  • make register-project automation for onboarding domain repos

References

  • Commit range: initial state-hub implementation (2026-02-24)
  • Superseded by: CUST-WP-0000 (this file) covers only v0.1 baseline; subsequent features tracked in CUST-WP-0001 onward