generated from coulomb/repo-seed
17 lines
415 B
YAML
17 lines
415 B
YAML
# Kaizen scheduled agent execution (ADR-005)
|
|
# Engagement: coulomb-loop — stabilize phase (daily crons per ADR-003)
|
|
# Promoted 2026-06-18 after 3/3 bootstrap E2E cycles
|
|
version: '1'
|
|
timezone: Europe/Berlin
|
|
agents:
|
|
coach:
|
|
cadence: daily
|
|
cron: "0 9 * * *"
|
|
enabled: true
|
|
optimization:
|
|
cadence: daily
|
|
cron: "0 10 * * *"
|
|
enabled: true
|
|
tdd-workflow:
|
|
cadence: monthly
|
|
enabled: false |