Files
coulomb-loop/activity-definitions/hourly-coach-orientation.md
tegwick b3d8a9f8e4 feat: complete LOOP-WP-0001 bootstrap exit and daily cadence promotion
Record 3/3 consecutive hourly E2E cycles, session-close metrics on all
pilots, and promote kaizen stack to stabilize phase (daily 08/09/10 crons).
2026-06-18 12:09:25 +02:00

1.1 KiB

id, name, enabled, owner, governance, status, trigger, context_sources
id name enabled owner governance status trigger context_sources
coulomb-hourly-coach-orientation Hourly Kaizen Coach Orientation (coulomb-loop bootstrap) true coulomb-loop coulomb_social proposed
type cron_expression timezone misfire_policy
cron 0 9 * * * Europe/Berlin skip
type query params bind_to
kaizen discover_kaizen_scheduled_repos
roster cadence
/home/worsch/coulomb-loop/loops/kaizen-stack/roster.yaml daily
context.scheduled_runs

Hourly Kaizen Coach Orientation (bootstrap)

id: run-hourly-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}"
  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>
  target_repo: context.r.repo
  priority: medium
  labels: ["kaizen", "agent-run", "coach", "coulomb-loop", "bootstrap"]