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:
2026-06-18 04:53:51 +02:00
parent 1a279e9f22
commit 29bf87a44c

16
.kaizen/schedule.yml Normal file
View 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