Some checks failed
ci / test (push) Failing after 13m58s
Orchestrates cadence.yml, activity-definitions, fleet schedule.yml, and activity-core sync in one command. Supports --dry-run and --fleet-only for repairing partial promotions.
16 lines
418 B
YAML
16 lines
418 B
YAML
# Kaizen scheduled agent execution manifest (ADR-005)
|
|
# Engagement: coulomb-loop bootstrap — weekly cadence
|
|
# Regulator promotes cadence per customer engagement policy (ADR-003).
|
|
# 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
|