Files
coulomb-loop/activity-definitions/hourly-coach-orientation.md
tegwick 18ec8e2bbe Complete activity-core handoff for kaizen resolver bootstrap.
Point ActivityDefinitions at kaizen source type, record dry-run success in
bootstrap log, and close LOOP-WP-0001 T05 after resolver implementation.
2026-06-18 07:46:46 +02:00

1.0 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) false coulomb-loop coulomb_social proposed
type cron_expression timezone misfire_policy
cron 15 * * * * 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: 'r.agent == "coach" and r.enabled == true'
action:
  task_template: "Hourly coach orientation: {{r.repo}}"
  description: |
    {{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: "{{r.repo}}"
  priority: medium
  labels: ["kaizen", "agent-run", "coach", "coulomb-loop", "bootstrap"]