generated from coulomb/repo-seed
Record 3/3 consecutive hourly E2E cycles, session-close metrics on all pilots, and promote kaizen stack to stabilize phase (daily 08/09/10 crons).
39 lines
1.6 KiB
Markdown
39 lines
1.6 KiB
Markdown
# activity-core Handoff — coulomb-loop Bootstrap
|
|
|
|
**Customer:** coulomb-loop
|
|
**Status:** ready for activity-core PR/issue
|
|
|
|
## Prerequisites (done)
|
|
|
|
- [x] Pilot roster: `loops/kaizen-stack/roster.yaml`
|
|
- [x] `.kaizen/schedule.yml` on kaizen-agentic, the-custodian, activity-core
|
|
- [x] ActivityDefinition copies in `coulomb-loop/activity-definitions/`
|
|
|
|
## activity-core checklist
|
|
|
|
- [x] Implement `discover_kaizen_scheduled_repos` + `discover_kaizen_projects`
|
|
(`activity_core/context_resolvers/kaizen.py`; types `kaizen` / `resolver` / `shell`)
|
|
- [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)
|
|
|
|
## Smoke commands (pilot)
|
|
|
|
```bash
|
|
kaizen-agentic schedule validate --target /home/worsch/kaizen-agentic
|
|
kaizen-agentic schedule prepare coach --target /home/worsch/kaizen-agentic
|
|
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 KAIZEN-WP-0008 T03) |