generated from coulomb/repo-seed
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.
29 lines
647 B
YAML
29 lines
647 B
YAML
version: "1"
|
|
decision: DEC-002 option A
|
|
|
|
triggers:
|
|
low_success_rate:
|
|
threshold: 0.8
|
|
min_executions: 5
|
|
agent: optimization
|
|
priority: high
|
|
quality_decline:
|
|
consecutive_declines: 3
|
|
agent: optimization
|
|
priority: medium
|
|
optimizer_unacted:
|
|
check: recommendations.jsonl
|
|
agent: optimization
|
|
priority: medium
|
|
|
|
bootstrap:
|
|
mechanism: daily_sweep_backup
|
|
definition: weekly-metrics-health-sweep
|
|
stabilize:
|
|
mechanism: event_primary
|
|
definition: low-success-rate-review
|
|
backup_sweep_cron: "0 6 * * *"
|
|
operate:
|
|
mechanism: event_primary
|
|
definition: low-success-rate-review
|
|
backup_sweep_cron: "0 6 * * 1" |