From 8b079fbcfb7cbe6bffea3b7e00656a8994de2baf Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 9 Aug 2026 21:57:32 +0200 Subject: [PATCH] docs: record registration milestone; clean WORK-RECORDS --- WORK-RECORDS.md | 2 +- history/2026-08-09-statehub-registration.md | 27 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 history/2026-08-09-statehub-registration.md diff --git a/WORK-RECORDS.md b/WORK-RECORDS.md index 3a1e37e..c097228 100644 --- a/WORK-RECORDS.md +++ b/WORK-RECORDS.md @@ -8,7 +8,7 @@ | Kind | ID | Status | Lane | Source | | --- | --- | --- | --- | --- | -| workplan | RMGR-WP-0001 | proposed | — | workplans/RMGR-WP-0001-foundation.md | +| workplan | RMGR-WP-0001 | active | — | workplans/RMGR-WP-0001-foundation.md | | task | RMGR-WP-0001-T01 | todo | — | workplans/RMGR-WP-0001-foundation.md | | task | RMGR-WP-0001-T02 | todo | — | workplans/RMGR-WP-0001-foundation.md | | task | RMGR-WP-0001-T03 | todo | — | workplans/RMGR-WP-0001-foundation.md | diff --git a/history/2026-08-09-statehub-registration.md b/history/2026-08-09-statehub-registration.md new file mode 100644 index 0000000..0974bee --- /dev/null +++ b/history/2026-08-09-statehub-registration.md @@ -0,0 +1,27 @@ +# Milestone — INTENT and State Hub registration + +**Recorded:** 2026-08-09 + +## Done + +1. Strengthened `INTENT.md` and `SCOPE.md` (tooling component, boundaries, parent project). +2. Synced `.repo-classification.yaml` into State Hub via + `make -C ~/state-hub register-from-classification PATH=~/repo-manager` + → category `tooling`, domain `infotech`. +3. Set hub `description` via `PATCH /repos/repo-manager`. +4. Activated `RMGR-WP-0001` (architecture and foundation). + +## Avoid + +Do **not** re-run `statehub register` on this repo while `RMGR-WP-0001` exists. +The register bootstrap templates a second workplan with the same id +(`RMGR-WP-0001-statehub-bootstrap.md`), which collides and creates an orphan +hub workstream. Prefer: + +```bash +make -C ~/state-hub register-from-classification PATH=/home/worsch/repo-manager +statehub fix-consistency +``` + +A spurious bootstrap workstream from the 2026-08-09 attempt was closed in the +hub without a backing file.