generated from coulomb/repo-seed
Some checks failed
ci / validate-registry (push) Has been cancelled
Add daily schedule, coach/optimization/scope-analyst agents, and metrics scaffolding for fleet expansion prep.
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
|