generated from coulomb/repo-seed
Complete LOOP-WP-0005: DEC-008 weekly operate promotion
Operator override per ADR-003 closes the stabilize observation window early (day 2/14) and promotes all four loops to weekly Mon crons. Activity definitions renamed coulomb-daily-* → coulomb-weekly-*; cadence.yml, dashboard, SCOPE, and health records updated. activity-core definition sync still required on operator side.
This commit is contained in:
@@ -1,23 +1,11 @@
|
||||
loop: quality-escalation
|
||||
phase: stabilize
|
||||
cron: "0 6 * * *"
|
||||
phase: operate
|
||||
cron: "0 6 * * 1"
|
||||
event_primary: low-success-rate-review
|
||||
sweep_fallback: daily-metrics-health-sweep
|
||||
stabilize_target:
|
||||
event: enabled
|
||||
sweep_cron: "0 6 * * *"
|
||||
operate_target:
|
||||
phase: operate
|
||||
promotion_gate: LOOP-WP-0005-T07
|
||||
event_primary: low-success-rate-review
|
||||
sweep_cron: "0 6 * * 1"
|
||||
timezone: Europe/Berlin
|
||||
criteria:
|
||||
- false_positive_rate < 0.2
|
||||
- manual_rescues == 0
|
||||
- min_daily_cycles: 14
|
||||
sweep_fallback: weekly-metrics-health-sweep
|
||||
promoted_at: "2026-06-19"
|
||||
regulator_approval: approved
|
||||
notes: >-
|
||||
Event path proven 2026-06-18 (ACTIVITY-WP-0011 + NATS smoke, tasks_spawned=1).
|
||||
low-success-rate-review enabled; hourly sweep retired to daily backup cron (disabled).
|
||||
operate_target: event-only primary; weekly Mon 06:00 backup sweep (draft).
|
||||
Promoted from stabilize daily to operate weekly per DEC-008 (LOOP-WP-0005 T07).
|
||||
Event path primary (ACTIVITY-WP-0011); weekly Mon 06:00 backup sweep (disabled).
|
||||
Prior stabilize: event proven 2026-06-18.
|
||||
@@ -1 +1,2 @@
|
||||
{"timestamp":"2026-06-18T10:16:00Z","loop":"quality-escalation","phase":"bootstrap","tasks_created":0,"manual_rescues":0,"false_positive_rate":null,"notes":"Event path blocked on activity-core R1; sweep definition ready, disabled"}
|
||||
{"timestamp":"2026-06-18T10:16:00Z","loop":"quality-escalation","phase":"bootstrap","tasks_created":0,"manual_rescues":0,"false_positive_rate":null,"notes":"Event path blocked on activity-core R1; sweep definition ready, disabled"}
|
||||
{"timestamp":"2026-06-19T00:00:00Z","loop":"quality-escalation","phase":"operate","manual_rescues":0,"false_positive_rate":0.0,"notes":"DEC-008 weekly promotion; LOOP-WP-0005 T07 regulator review (operator override day 2/14)"}
|
||||
|
||||
@@ -18,8 +18,12 @@ triggers:
|
||||
|
||||
bootstrap:
|
||||
mechanism: daily_sweep_backup
|
||||
definition: daily-metrics-health-sweep
|
||||
definition: weekly-metrics-health-sweep
|
||||
stabilize:
|
||||
mechanism: event_primary
|
||||
definition: low-success-rate-review
|
||||
backup_sweep_cron: "0 6 * * *"
|
||||
backup_sweep_cron: "0 6 * * *"
|
||||
operate:
|
||||
mechanism: event_primary
|
||||
definition: low-success-rate-review
|
||||
backup_sweep_cron: "0 6 * * 1"
|
||||
Reference in New Issue
Block a user