Files
coulomb-loop/activity-definitions/hourly-metrics-health-sweep.md
tegwick 5fa0b59cce 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.
2026-06-18 13:39:11 +02:00

1.2 KiB

id, name, enabled, owner, governance, status, trigger, context_sources
id name enabled owner governance status trigger context_sources
coulomb-hourly-metrics-health-sweep Daily Metrics Health Sweep (coulomb-loop backup) false coulomb-loop coulomb_social proposed
type cron_expression timezone misfire_policy
cron 0 6 * * * Europe/Berlin skip
type query params bind_to
kaizen discover_kaizen_projects
marker roster
.kaizen/metrics /home/worsch/coulomb-loop/loops/kaizen-stack/roster.yaml
context.projects

Daily Metrics Health Sweep (backup)

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.

id: flag-low-success-hourly
for_each: context.projects
bind_as: p
condition: 'context.p.summary.success_rate < 0.8 and context.p.summary.execution_count >= 5'
action:
  task_template: "Review {context.p.agent} success rate on {context.p.repo}"
  description: |
    Agent metrics below threshold on {context.p.repo}.
    kaizen-agentic metrics show <agent>
    kaizen-agentic metrics optimize <agent>
    Load agents/agent-optimization.md for review.
  target_repo: context.p.repo
  priority: high
  labels: ["kaizen", "quality-escalation", "coulomb-loop", "bootstrap"]