generated from coulomb/repo-seed
Complete LOOP-WP-0002: event-driven quality escalation smoke + daily backup cadence
ACTIVITY-WP-0011 event-payload resolver unblocked the reactive path. Live NATS smoke confirmed tasks_spawned=1 for low-success-rate-review. Promoted sweep from hourly bootstrap to daily backup (disabled); cadence.yml now in stabilize phase.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: coulomb-hourly-metrics-health-sweep
|
||||
name: Hourly Metrics Health Sweep (coulomb-loop bootstrap)
|
||||
name: Daily Metrics Health Sweep (coulomb-loop backup)
|
||||
enabled: false
|
||||
owner: coulomb-loop
|
||||
governance: coulomb_social
|
||||
status: proposed
|
||||
trigger:
|
||||
type: cron
|
||||
cron_expression: "45 * * * *"
|
||||
cron_expression: "0 6 * * *"
|
||||
timezone: Europe/Berlin
|
||||
misfire_policy: skip
|
||||
context_sources:
|
||||
@@ -19,9 +19,10 @@ context_sources:
|
||||
bind_to: context.projects
|
||||
---
|
||||
|
||||
# Hourly Metrics Health Sweep
|
||||
# Daily Metrics Health Sweep (backup)
|
||||
|
||||
Bootstrap fallback per DEC-002 option A until `kaizen.metrics.recorded` events ship.
|
||||
Stabilize-phase backup per LOOP-WP-0002 T07. Primary path is event-driven
|
||||
`low-success-rate-review`; enable this definition only if the event bus is down.
|
||||
|
||||
```rule
|
||||
id: flag-low-success-hourly
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: coulomb-low-success-rate-review
|
||||
name: Low Agent Success Rate Review (event-driven)
|
||||
enabled: false
|
||||
enabled: true
|
||||
owner: coulomb-loop
|
||||
governance: coulomb_social
|
||||
status: proposed
|
||||
@@ -15,8 +15,8 @@ context_sources:
|
||||
|
||||
# Low Agent Success Rate Review
|
||||
|
||||
Activates after KAIZEN-WP-0008 T03 (`metrics record --emit-event`). Until then,
|
||||
use `hourly-metrics-health-sweep.md`.
|
||||
Enabled 2026-06-18 after activity-core event-payload resolver (ACTIVITY-WP-0011).
|
||||
Fallback: `hourly-metrics-health-sweep.md` at daily `0 6 * * *`.
|
||||
|
||||
```rule
|
||||
id: flag-low-success-rate
|
||||
|
||||
Reference in New Issue
Block a user