docs(registrar): record closed-workplan recovery

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a023c0-a0a3-7c03-b395-5a0d2757214d
This commit is contained in:
tegwick 2026-08-22 13:03:33 +02:00
parent c90f70122c
commit fa1f272ea4
3 changed files with 95 additions and 1 deletions

View file

@ -59,7 +59,10 @@ up-to-date repository at a time:
```bash
uv run --project ~/repo-manager rmgr registrar-reconcile \
--path /path/to/repo --confirm-primary --push
--path /path/to/repo \
--api-base http://127.0.0.1:18000 \
--confirm-primary \
--push
```
The command verifies the authoritative State Hub health endpoint, refuses dirty
@ -69,6 +72,13 @@ must not export that variable themselves. If the command is unavailable, send
one deduplicated request to `repo-manager`; repeated `fix-consistency` runs cannot
resolve the gate and waste execution time.
`--confirm-primary` is an operator assertion, not endpoint discovery. Always
pass the central API explicitly; under ADR-010 the workstation service at
`127.0.0.1:8000` is a replaceable cache, while the standard central tunnel is
`127.0.0.1:18000`. The registrar verifies exactly the identifiers requested by
that invocation. Unrelated consistency failures remain visible but do not turn
a successfully verified scoped registration into a false failure.
Work: `RMGR-WP-0005-T01`.
## Coding-assistant commit provenance