Promote kaizen schedule to weekly cadence and add credential routing
- Switch coach and optimization agents from daily to weekly Monday crons - Restore disabled tdd-workflow stanza; quote cron expressions - Add credential routing guidance to AGENTS.md for Codex/Grok agents - Wire credential-routing rule into CLAUDE.md for Claude Code sessions - Scaffold kaizen agent memory files and record failed daily-triage run
This commit is contained in:
24
.kaizen/agents/coach/memory.md
Normal file
24
.kaizen/agents/coach/memory.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
agent: coach
|
||||
project: the-custodian
|
||||
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 -->
|
||||
24
.kaizen/agents/optimization/memory.md
Normal file
24
.kaizen/agents/optimization/memory.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
agent: optimization
|
||||
project: the-custodian
|
||||
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 -->
|
||||
@@ -1,17 +1,18 @@
|
||||
# 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 — weekly operate 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
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user