Commit ADR-005 schedule manifest for hourly bootstrap phase and KAIZEN-WP-0008 to support the coulomb-loop customer engagement.
18 lines
414 B
YAML
18 lines
414 B
YAML
# Kaizen scheduled agent execution (ADR-005)
|
|
# Engagement: coulomb-loop bootstrap — hourly crons, daily cadence enum
|
|
# Regulator promotes to daily/weekly per ADR-003
|
|
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
|