Config file dual-run (env override), writeback_push, bulk-status facade on State Hub, pilot example config, evidence and finished workplan.
26 lines
670 B
Markdown
26 lines
670 B
Markdown
# 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`.
|