generated from coulomb/repo-seed
Add .kaizen/schedule.yml for coach and optimization agent runs during the hourly bootstrap phase of the coulomb-loop engagement.
16 lines
364 B
YAML
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 |