18 lines
405 B
YAML
18 lines
405 B
YAML
|
|
# Kaizen scheduled agent execution manifest (ADR-005)
|
||
|
|
# Declares which agents run on what cadence in this repo.
|
||
|
|
# Validate with: kaizen-agentic schedule validate
|
||
|
|
version: '1'
|
||
|
|
timezone: Europe/Berlin
|
||
|
|
agents:
|
||
|
|
coach:
|
||
|
|
cadence: weekly
|
||
|
|
cron: 0 9 * * 1
|
||
|
|
enabled: true
|
||
|
|
optimization:
|
||
|
|
cadence: weekly
|
||
|
|
cron: 0 10 * * 1
|
||
|
|
enabled: true
|
||
|
|
tdd-workflow:
|
||
|
|
cadence: monthly
|
||
|
|
enabled: false
|