Onboard coulomb-loop kaizen engagement (LOOP-WP-0005 expansion)
Some checks failed
ci / validate-registry (push) Has been cancelled

Add daily schedule, coach/optimization/scope-analyst agents, and
metrics scaffolding for fleet expansion prep.
This commit is contained in:
2026-06-18 17:24:34 +02:00
parent b24ec507aa
commit 1a2d80e06f
9 changed files with 840 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
---
agent: coach
project: reuse-surface
last_updated: 2026-06-18
session_count: 0
---
## Project Context
<!-- What this agent knows about the project it works in -->
## Accumulated Findings
<!-- Patterns, recurring issues, key decisions encountered -->
## What Worked
<!-- Approaches that produced good results in this project -->
## Watch Points
<!-- Recurring risks, traps, or areas requiring extra care -->
## Open Threads
<!-- Things noticed but not yet acted on -->
## Session Log
<!-- One-line entry per session: date · summary · outcome -->

View File

@@ -0,0 +1,24 @@
---
agent: optimization
project: reuse-surface
last_updated: 2026-06-18
session_count: 0
---
## Project Context
<!-- What this agent knows about the project it works in -->
## Accumulated Findings
<!-- Patterns, recurring issues, key decisions encountered -->
## What Worked
<!-- Approaches that produced good results in this project -->
## Watch Points
<!-- Recurring risks, traps, or areas requiring extra care -->
## Open Threads
<!-- Things noticed but not yet acted on -->
## Session Log
<!-- One-line entry per session: date · summary · outcome -->

View File

15
.kaizen/schedule.yml Normal file
View 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