18 lines
555 B
YAML
18 lines
555 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" # Monday 09:00 — cross-agent orientation brief
|
||
|
|
enabled: true
|
||
|
|
optimization:
|
||
|
|
cadence: weekly
|
||
|
|
cron: "0 10 * * 1" # Monday 10:00 — agent performance review
|
||
|
|
enabled: true
|
||
|
|
tdd-workflow:
|
||
|
|
cadence: monthly
|
||
|
|
enabled: false # declared but paused; operator opts in deliberately
|