generated from coulomb/repo-seed
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.
This commit is contained in:
16
.kaizen/schedule.yml
Normal file
16
.kaizen/schedule.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user