Rename hourly activity definitions to daily stabilize phase (DEC-005)

Crons were already daily; align file names, ids (coulomb-daily-*), rule labels,
and cross-references. Old hourly definitions disabled on activity-core sync.
Kept hourly-ci-health-escalation as bootstrap-only (disabled).
This commit is contained in:
2026-06-18 15:02:41 +02:00
parent fa0eb147c3
commit 9b19956af6
11 changed files with 51 additions and 48 deletions

View File

@@ -16,11 +16,10 @@
- [x] Dry-run: 6 `scheduled_runs` for pilot roster (2026-06-18)
- [x] `ACTIVITY_DEFINITION_DIRS` includes coulomb-loop; `sync_activity_definitions` (7 upserted)
- [x] Dev stack up (docker compose, alembic, worker + API on 8010)
- [x] E2E manual trigger: `hourly-metrics-optimize` → 6 tasks (2026-06-18)
- [x] Enable `hourly-metrics-optimize` (hourly cron active)
- [x] Enable `hourly-coach-orientation` → 3 coach tasks (2026-06-18)
- [x] Enable `hourly-optimization-review` → 3 optimization tasks (2026-06-18)
- [x] Bootstrap exit 3/3 E2E cycles; promoted to daily crons (2026-06-18, LOOP-WP-0001 T08)
- [x] E2E manual trigger: metrics optimize → 6 tasks (2026-06-18)
- [x] Enable daily kaizen stack (`daily-metrics-optimize`, `daily-coach-orientation`,
`daily-optimization-review`) — crons 08:00/09:00/10:00 (DEC-005)
- [x] Bootstrap exit 3/3 E2E cycles; definition files renamed hourly→daily (2026-06-18)
## Smoke commands (pilot)
@@ -32,16 +31,17 @@ kaizen-agentic metrics optimize --target /home/worsch/kaizen-agentic
## Definition enable order
1. `hourly-metrics-optimize`
2. `hourly-coach-orientation`
3. `hourly-optimization-review`
4. `hourly-metrics-health-sweep`
5. `low-success-rate-review` (after activity-core R1 event-payload resolver)
6. `hourly-registry-hygiene-sweep` (after shell resolver)
7. `hourly-loop-health-collector` (after instruction executor)
1. `daily-metrics-optimize` (enabled)
2. `daily-coach-orientation` (enabled)
3. `daily-optimization-review` (enabled)
4. `low-success-rate-review` (enabled — event primary)
5. `daily-metrics-health-sweep` (backup, disabled)
6. `daily-registry-hygiene-sweep` (after shell resolver)
7. `daily-loop-health-collector` (after instruction executor)
## Blocked on activity-core
- R1 `event-payload` — hub message `d561ebd7`, task `18afc44a`
- `reuse_surface_report_gaps` shell resolver (registry hygiene)
- Instruction executor for loop health collector
- Shell `reuse_surface_report_gaps` — LOOP-WP-0003 done; daily sweep ready (disabled)
- Daily loop-health-collector — LOOP-WP-0004 done; cron `0 11 * * *` (disabled)