Files
activity-core/.kaizen/schedule.yml
tegwick 29bf87a44c Opt in to coulomb-loop kaizen bootstrap scheduling.
Add .kaizen/schedule.yml for coach and optimization agent runs during the
hourly bootstrap phase of the coulomb-loop engagement.
2026-06-18 04:53:51 +02:00

16 lines
364 B
YAML

# Kaizen scheduled agent execution (ADR-005)
# Engagement: coulomb-loop bootstrap — hourly crons, daily cadence enum
version: '1'
timezone: Europe/Berlin
agents:
coach:
cadence: daily
cron: "15 * * * *"
enabled: true
optimization:
cadence: daily
cron: "30 * * * *"
enabled: true
tdd-workflow:
cadence: monthly
enabled: false