Files
coulomb-loop/activity-definitions/hourly-coach-orientation.md
tegwick 2bdcb6830d bootstrap: fix rule syntax, enable metrics+coach definitions
Align coulomb ActivityDefinition rules with activity-core path syntax
(context.p.* / {context.p.*}). Enable hourly-metrics-optimize and
hourly-coach-orientation; record first E2E cycle in bootstrap-log.
2026-06-18 08:11:09 +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 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: '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"]