generated from coulomb/repo-seed
Rename hourly activity definitions to daily stabilize phase (DEC-005)
Crons were already daily; align file names, ids (coulomb-daily-*), rule labels, and cross-references. Old hourly definitions disabled on activity-core sync. Kept hourly-ci-health-escalation as bootstrap-only (disabled).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: coulomb-hourly-coach-orientation
|
||||
name: Hourly Kaizen Coach Orientation (coulomb-loop bootstrap)
|
||||
id: coulomb-daily-coach-orientation
|
||||
name: Daily Kaizen Coach Orientation (coulomb-loop stabilize)
|
||||
enabled: true
|
||||
owner: coulomb-loop
|
||||
governance: coulomb_social
|
||||
@@ -19,20 +19,22 @@ context_sources:
|
||||
bind_to: context.scheduled_runs
|
||||
---
|
||||
|
||||
# Hourly Kaizen Coach Orientation (bootstrap)
|
||||
# Daily Kaizen Coach Orientation
|
||||
|
||||
Stabilize phase per DEC-005. Cron `0 9 * * *` Europe/Berlin.
|
||||
|
||||
```rule
|
||||
id: run-hourly-coach
|
||||
id: run-daily-coach
|
||||
for_each: context.scheduled_runs
|
||||
bind_as: r
|
||||
condition: 'context.r.agent == "coach" and context.r.enabled'
|
||||
action:
|
||||
task_template: "Hourly coach orientation: {context.r.repo}"
|
||||
task_template: "Daily coach orientation: {context.r.repo}"
|
||||
description: |
|
||||
{context.r.prepare_command}
|
||||
Load agents/agent-coach.md, execute coach synthesis.
|
||||
Session close: kaizen-agentic metrics record coach --success --time <s> --quality <0-1>
|
||||
Session close: kaizen-agentic metrics record coach --success --time <s> --quality <0-1> --emit-event
|
||||
target_repo: context.r.repo
|
||||
priority: medium
|
||||
labels: ["kaizen", "agent-run", "coach", "coulomb-loop", "bootstrap"]
|
||||
labels: ["kaizen", "agent-run", "coach", "coulomb-loop", "stabilize"]
|
||||
```
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
id: coulomb-hourly-loop-health-collector
|
||||
id: coulomb-daily-loop-health-collector
|
||||
name: Daily Loop Health Collector (coulomb-loop regulator)
|
||||
enabled: false
|
||||
owner: coulomb-loop
|
||||
@@ -26,11 +26,10 @@ context_sources:
|
||||
bind_to: context.pilot_metrics
|
||||
---
|
||||
|
||||
# Hourly Loop Health Collector
|
||||
# Daily Loop Health Collector
|
||||
|
||||
LOOP-WP-0004 T03 — aggregates first-order loop health for regulator sessions.
|
||||
Daily `0 11 * * *` runs after first-order chains (DEC-007). Computes
|
||||
`saturation_score` per `rotation-runbook.md` when pilot metrics ≥14 cycles.
|
||||
LOOP-WP-0004 — aggregates first-order loop health for regulator sessions.
|
||||
Daily `0 11 * * *` after first-order chains (DEC-007).
|
||||
|
||||
```instruction
|
||||
id: append-health-snapshot
|
||||
@@ -44,4 +43,4 @@ description: |
|
||||
```
|
||||
|
||||
Keep `enabled: false` until instruction executor supports file-append actions.
|
||||
Manual collection documented in `loops/regulator/session-template.md` (T05).
|
||||
Manual collection documented in `loops/regulator/session-template.md`.
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
id: coulomb-hourly-metrics-health-sweep
|
||||
id: coulomb-daily-metrics-health-sweep
|
||||
name: Daily Metrics Health Sweep (coulomb-loop backup)
|
||||
enabled: false
|
||||
owner: coulomb-loop
|
||||
@@ -22,10 +22,10 @@ context_sources:
|
||||
# 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.
|
||||
`low-success-rate-review`; enable only if the event bus is down.
|
||||
|
||||
```rule
|
||||
id: flag-low-success-hourly
|
||||
id: flag-low-success-daily
|
||||
for_each: context.projects
|
||||
bind_as: p
|
||||
condition: 'context.p.summary.success_rate < 0.8 and context.p.summary.execution_count >= 5'
|
||||
@@ -38,5 +38,5 @@ action:
|
||||
Load agents/agent-optimization.md for review.
|
||||
target_repo: context.p.repo
|
||||
priority: high
|
||||
labels: ["kaizen", "quality-escalation", "coulomb-loop", "bootstrap"]
|
||||
labels: ["kaizen", "quality-escalation", "coulomb-loop", "backup"]
|
||||
```
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: coulomb-hourly-metrics-optimize
|
||||
name: Hourly Kaizen Metrics Optimization (coulomb-loop bootstrap)
|
||||
id: coulomb-daily-metrics-optimize
|
||||
name: Daily Kaizen Metrics Optimization (coulomb-loop stabilize)
|
||||
enabled: true
|
||||
owner: coulomb-loop
|
||||
governance: coulomb_social
|
||||
@@ -19,13 +19,12 @@ context_sources:
|
||||
bind_to: context.projects
|
||||
---
|
||||
|
||||
# Hourly Kaizen Metrics Optimization (bootstrap)
|
||||
# Daily Kaizen Metrics Optimization
|
||||
|
||||
Runs hourly during coulomb-loop bootstrap phase. Limited to pilot roster
|
||||
(DEC-001 option A). Promote to daily when LOOP-WP-0004 regulator approves.
|
||||
Stabilize phase per DEC-005. Pilot roster only (DEC-001 option A). Cron `0 8 * * *`.
|
||||
|
||||
```rule
|
||||
id: run-hourly-optimizer
|
||||
id: run-daily-optimizer
|
||||
for_each: context.projects
|
||||
bind_as: p
|
||||
condition: 'context.p.has_metrics and context.p.in_pilot_roster'
|
||||
@@ -36,7 +35,7 @@ action:
|
||||
Optional: kaizen-agentic metrics publish (when artifact-store configured)
|
||||
target_repo: context.p.repo
|
||||
priority: medium
|
||||
labels: ["kaizen", "metrics", "optimizer", "coulomb-loop", "bootstrap"]
|
||||
labels: ["kaizen", "metrics", "optimizer", "coulomb-loop", "stabilize"]
|
||||
```
|
||||
|
||||
**Supplier reference:** `kaizen-agentic/docs/integrations/activity-definitions/weekly-metrics-optimize.md`
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: coulomb-hourly-optimization-review
|
||||
name: Hourly Kaizen Optimization Review (coulomb-loop bootstrap)
|
||||
id: coulomb-daily-optimization-review
|
||||
name: Daily Kaizen Optimization Review (coulomb-loop stabilize)
|
||||
enabled: true
|
||||
owner: coulomb-loop
|
||||
governance: coulomb_social
|
||||
@@ -19,15 +19,17 @@ context_sources:
|
||||
bind_to: context.scheduled_runs
|
||||
---
|
||||
|
||||
# Hourly Kaizen Optimization Review (bootstrap)
|
||||
# Daily Kaizen Optimization Review
|
||||
|
||||
Stabilize phase per DEC-005. Cron `0 10 * * *` Europe/Berlin.
|
||||
|
||||
```rule
|
||||
id: run-hourly-optimization
|
||||
id: run-daily-optimization
|
||||
for_each: context.scheduled_runs
|
||||
bind_as: r
|
||||
condition: 'context.r.agent == "optimization" and context.r.enabled'
|
||||
action:
|
||||
task_template: "Hourly optimization review: {context.r.repo}"
|
||||
task_template: "Daily optimization review: {context.r.repo}"
|
||||
description: |
|
||||
{context.r.prepare_command}
|
||||
kaizen-agentic metrics optimize
|
||||
@@ -36,5 +38,5 @@ action:
|
||||
If saturation signals fire (ADR-004), file regulator rotation recommendation.
|
||||
target_repo: context.r.repo
|
||||
priority: medium
|
||||
labels: ["kaizen", "agent-run", "optimization", "coulomb-loop", "bootstrap"]
|
||||
labels: ["kaizen", "agent-run", "optimization", "coulomb-loop", "stabilize"]
|
||||
```
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
id: coulomb-hourly-registry-hygiene-sweep
|
||||
id: coulomb-daily-registry-hygiene-sweep
|
||||
name: Daily Registry Hygiene Sweep (coulomb-loop stabilize)
|
||||
enabled: false
|
||||
owner: coulomb-loop
|
||||
@@ -16,7 +16,7 @@ context_sources:
|
||||
# Low Agent Success Rate Review
|
||||
|
||||
Enabled 2026-06-18 after activity-core event-payload resolver (ACTIVITY-WP-0011).
|
||||
Fallback: `hourly-metrics-health-sweep.md` at daily `0 6 * * *`.
|
||||
Fallback: `daily-metrics-health-sweep.md` at `0 6 * * *`.
|
||||
|
||||
```rule
|
||||
id: flag-low-success-rate
|
||||
|
||||
Reference in New Issue
Block a user