Onboard coulomb-loop kaizen engagement (LOOP-WP-0005 expansion)
Add daily schedule, coach/optimization/scope-analyst agents, and metrics scaffolding for fleet expansion prep.
This commit is contained in:
parent
b24ec507aa
commit
1a2d80e06f
9 changed files with 840 additions and 0 deletions
15
.kaizen/schedule.yml
Normal file
15
.kaizen/schedule.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Kaizen scheduled agent execution manifest (ADR-005)
|
||||
# Engagement: coulomb-loop bootstrap — daily 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 8 * * *
|
||||
enabled: true
|
||||
optimization:
|
||||
cadence: daily
|
||||
cron: 0 9 * * *
|
||||
enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue