Files
coulomb-loop/activity-definitions/weekly-metrics-health-sweep.md
tegwick 27e05552a2 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.
2026-06-19 01:39:47 +02:00

42 lines
1.2 KiB
Markdown

---
id: coulomb-weekly-metrics-health-sweep
name: Weekly Metrics Health Sweep (coulomb-loop backup)
enabled: false
owner: coulomb-loop
governance: coulomb_social
status: proposed
trigger:
type: cron
cron_expression: "0 6 * * 1"
timezone: Europe/Berlin
misfire_policy: skip
context_sources:
- type: kaizen
query: discover_kaizen_projects
params:
marker: .kaizen/metrics
roster: /home/worsch/coulomb-loop/loops/kaizen-stack/roster.yaml
bind_to: context.projects
---
# Weekly Metrics Health Sweep (backup)
Operate-phase backup per LOOP-WP-0002. Primary path is event-driven
`low-success-rate-review`; enable only if the event bus is down.
```rule
id: flag-low-success-weekly
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", "backup"]
```