docs: record registration milestone; clean WORK-RECORDS

This commit is contained in:
tegwick 2026-08-09 21:57:32 +02:00
parent 02ebf4bbba
commit 8b079fbcfb
2 changed files with 28 additions and 1 deletions

View file

@ -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 |

View file

@ -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.