generated from coulomb/repo-seed
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).
40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
---
|
|
id: coulomb-daily-coach-orientation
|
|
name: Daily Kaizen Coach Orientation (coulomb-loop stabilize)
|
|
enabled: true
|
|
owner: coulomb-loop
|
|
governance: coulomb_social
|
|
status: proposed
|
|
trigger:
|
|
type: cron
|
|
cron_expression: "0 9 * * *"
|
|
timezone: Europe/Berlin
|
|
misfire_policy: skip
|
|
context_sources:
|
|
- type: kaizen
|
|
query: discover_kaizen_scheduled_repos
|
|
params:
|
|
roster: /home/worsch/coulomb-loop/loops/kaizen-stack/roster.yaml
|
|
cadence: daily
|
|
bind_to: context.scheduled_runs
|
|
---
|
|
|
|
# Daily Kaizen Coach Orientation
|
|
|
|
Stabilize phase per DEC-005. Cron `0 9 * * *` Europe/Berlin.
|
|
|
|
```rule
|
|
id: run-daily-coach
|
|
for_each: context.scheduled_runs
|
|
bind_as: r
|
|
condition: 'context.r.agent == "coach" and context.r.enabled'
|
|
action:
|
|
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> --emit-event
|
|
target_repo: context.r.repo
|
|
priority: medium
|
|
labels: ["kaizen", "agent-run", "coach", "coulomb-loop", "stabilize"]
|
|
``` |