16 lines
414 B
YAML
16 lines
414 B
YAML
|
|
# Kaizen scheduled agent execution manifest (ADR-005)
|
||
|
|
# Engagement: coulomb-loop bootstrap — daily cadence
|
||
|
|
# Regulator promotes cadence per customer engagement policy (ADR-003).
|
||
|
|
# Validate with: kaizen-agentic schedule validate
|
||
|
|
version: '1'
|
||
|
|
timezone: Europe/Berlin
|
||
|
|
agents:
|
||
|
|
coach:
|
||
|
|
cadence: daily
|
||
|
|
cron: 0 8 * * *
|
||
|
|
enabled: true
|
||
|
|
optimization:
|
||
|
|
cadence: daily
|
||
|
|
cron: 0 9 * * *
|
||
|
|
enabled: true
|