bootstrap: fix rule syntax, enable metrics+coach definitions

Align coulomb ActivityDefinition rules with activity-core path syntax
(context.p.* / {context.p.*}). Enable hourly-metrics-optimize and
hourly-coach-orientation; record first E2E cycle in bootstrap-log.
This commit is contained in:
2026-06-18 08:11:09 +02:00
parent 32c935470f
commit 2bdcb6830d
6 changed files with 33 additions and 25 deletions

View File

@@ -14,6 +14,12 @@
| 2026-06-18T04:54 | activity-core | schedule prepare coach+optimization | pass | 6900/9643 bytes |
| 2026-06-18T05:00 | activity-core | discover_kaizen_scheduled_repos dry-run | pass | 6 runs (3 repos × 2 agents) |
| 2026-06-18T06:07 | activity-core | dev stack up (docker compose, alembic, sync) | pass | 7 definitions upserted |
| 2026-06-18T06:07 | coulomb-loop | enable hourly-metrics-optimize | pass | Temporal schedule upserted |
| 2026-06-18T06:09 | activity-core | E2E trigger metrics-optimize (manual) | pass | 6 tasks spawned (3 repos × 2 agent metrics dirs) |
| 2026-06-18T06:10 | all pilots | metrics record coach+optimization | pass | bootstrap session-close samples |
| 2026-06-18T06:10 | coulomb-loop | enable hourly-coach-orientation | pass | 3 coach tasks spawned (1 per pilot repo) |
**Bootstrap exit (single repo):** manual smoke pass; 0/3 consecutive hourly E2E cycles.
**Next:** `make sync-activity-definitions` when ACTCORE_DB up; enable definitions one-by-one.
**Bootstrap exit (single repo):** manual smoke pass; 1/3 consecutive hourly E2E cycles.
**Bootstrap exit (fleet pilot):** 1/3 consecutive hourly cycles across 3 repos.
**Next:** enable `hourly-optimization-review`; fix activity-core context bind unwrap (done); 2 more hourly cycles.