generated from coulomb/repo-seed
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.
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
|