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.
This commit is contained in:
2026-06-19 11:32:36 +02:00
parent 3e93567a53
commit c938b80503

View File

@@ -1,17 +1,15 @@
# Kaizen scheduled agent execution (ADR-005) # Kaizen scheduled agent execution manifest (ADR-005)
# Engagement: coulomb-loop — stabilize phase (daily crons per ADR-003) # Engagement: coulomb-loop bootstrap — weekly cadence
# Promoted 2026-06-18 after 3/3 bootstrap E2E cycles # Regulator promotes cadence per customer engagement policy (ADR-003).
# Validate with: kaizen-agentic schedule validate
version: '1' version: '1'
timezone: Europe/Berlin timezone: Europe/Berlin
agents: agents:
coach: coach:
cadence: daily cadence: weekly
cron: "0 9 * * *" cron: 0 9 * * 1
enabled: true enabled: true
optimization: optimization:
cadence: daily cadence: weekly
cron: "0 10 * * *" cron: 0 10 * * 1
enabled: true enabled: true
tdd-workflow:
cadence: monthly
enabled: false