Add schedule promote for atomic cadence promotion
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.
This commit is contained in:
2026-06-19 01:57:56 +02:00
parent c04f4eedc9
commit 0c2df43a2f
6 changed files with 853 additions and 12 deletions

View File

@@ -1,17 +1,15 @@
# Kaizen scheduled agent execution (ADR-005)
# Engagement: coulomb-loop — stabilize phase (daily crons per ADR-003)
# Promoted 2026-06-18 after 3/3 bootstrap E2E cycles
# 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: daily
cron: "0 9 * * *"
cadence: weekly
cron: 0 9 * * 1
enabled: true
optimization:
cadence: daily
cron: "0 10 * * *"
cadence: weekly
cron: 0 10 * * 1
enabled: true
tdd-workflow:
cadence: monthly
enabled: false