generated from coulomb/repo-seed
Complete LOOP-WP-0005: DEC-008 weekly operate promotion
Operator override per ADR-003 closes the stabilize observation window early (day 2/14) and promotes all four loops to weekly Mon crons. Activity definitions renamed coulomb-daily-* → coulomb-weekly-*; cadence.yml, dashboard, SCOPE, and health records updated. activity-core definition sync still required on operator side.
This commit is contained in:
42
activity-definitions/weekly-optimization-review.md
Normal file
42
activity-definitions/weekly-optimization-review.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
id: coulomb-weekly-optimization-review
|
||||
name: Weekly Kaizen Optimization Review (coulomb-loop operate)
|
||||
enabled: true
|
||||
owner: coulomb-loop
|
||||
governance: coulomb_social
|
||||
status: proposed
|
||||
trigger:
|
||||
type: cron
|
||||
cron_expression: "0 10 * * 1"
|
||||
timezone: Europe/Berlin
|
||||
misfire_policy: skip
|
||||
context_sources:
|
||||
- type: kaizen
|
||||
query: discover_kaizen_scheduled_repos
|
||||
params:
|
||||
roster: /home/worsch/coulomb-loop/loops/kaizen-stack/roster.yaml
|
||||
cadence: weekly
|
||||
bind_to: context.scheduled_runs
|
||||
---
|
||||
|
||||
# Weekly Kaizen Optimization Review
|
||||
|
||||
Operate phase per DEC-008. Cron `0 10 * * 1` Europe/Berlin.
|
||||
|
||||
```rule
|
||||
id: run-weekly-optimization
|
||||
for_each: context.scheduled_runs
|
||||
bind_as: r
|
||||
condition: 'context.r.agent == "optimization" and context.r.enabled'
|
||||
action:
|
||||
task_template: "Weekly optimization review: {context.r.repo}"
|
||||
description: |
|
||||
{context.r.prepare_command}
|
||||
kaizen-agentic metrics optimize
|
||||
Load agents/agent-optimization.md; act on recommendations.
|
||||
Session close: kaizen-agentic metrics record optimization --success --time <s> --quality <0-1>
|
||||
If saturation signals fire (ADR-004), file regulator rotation recommendation.
|
||||
target_repo: context.r.repo
|
||||
priority: medium
|
||||
labels: ["kaizen", "agent-run", "optimization", "coulomb-loop", "operate"]
|
||||
```
|
||||
Reference in New Issue
Block a user