From c938b80503a4881697734d99816bfd52257ac3e0 Mon Sep 17 00:00:00 2001 From: tegwick Date: Fri, 19 Jun 2026 11:32:36 +0200 Subject: [PATCH] chore(kaizen): demote coach/optimization to weekly operate cadence After coulomb-loop bootstrap E2E (3/3 cycles on 2026-06-18), revert activity-core from experimental daily crons to weekly Monday schedules so discover_kaizen_scheduled_repos(cadence=weekly) matches the operate-phase ActivityDefinitions. Drop the disabled tdd-workflow stub. --- .kaizen/schedule.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.kaizen/schedule.yml b/.kaizen/schedule.yml index f52562c..cf2d279 100644 --- a/.kaizen/schedule.yml +++ b/.kaizen/schedule.yml @@ -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 \ No newline at end of file