feat(RMGR-WP-0003): production pilot dual-run config, bulk, push

Config file dual-run (env override), writeback_push, bulk-status facade
on State Hub, pilot example config, evidence and finished workplan.
This commit is contained in:
tegwick 2026-08-11 02:32:14 +02:00
parent a00a4264da
commit 5921b65c49
6 changed files with 324 additions and 55 deletions

View file

@ -0,0 +1,26 @@
# RMGR-WP-0003 completion
**Date:** 2026-08-11
## Delivered
| Item | Location |
| --- | --- |
| Config-file dual-run | `dual_run.py` (RM + SH) |
| Example pilot config | `config/dual-run.pilot.example.yaml` |
| Bulk dual-run | SH `POST /tasks/bulk-status-sync` |
| writeback_push | config/env + facade |
| Runbook | `docs/dual-run.md` |
## Enable production pilot
```bash
mkdir -p ~/.repo-manager
cp ~/repo-manager/config/dual-run.pilot.example.yaml ~/.repo-manager/dual-run.yaml
# restart State Hub API process to load config
rmgr dual-run-status
```
## Expand for STATE-WP-0079
Edit `pilot_repos` list, restart SH, watch `~/.repo-manager/mutation-meter.jsonl`.