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:
parent
a00a4264da
commit
5921b65c49
6 changed files with 324 additions and 55 deletions
10
config/dual-run.pilot.example.yaml
Normal file
10
config/dual-run.pilot.example.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Example dual-run pilot config (RMGR-WP-0003).
|
||||
# Install: cp config/dual-run.pilot.example.yaml ~/.repo-manager/dual-run.yaml
|
||||
# Env vars still override when set. Rollback: writeback/reconcile false or delete file.
|
||||
|
||||
writeback: true
|
||||
reconcile: true
|
||||
writeback_push: false # set true only if pilot checkouts can push safely
|
||||
pilot_repos:
|
||||
- repo-manager
|
||||
meter_path: ~/.repo-manager/mutation-meter.jsonl
|
||||
Loading…
Add table
Add a link
Reference in a new issue