Complete activity-core handoff for kaizen resolver bootstrap.

Point ActivityDefinitions at kaizen source type, record dry-run success in
bootstrap log, and close LOOP-WP-0001 T05 after resolver implementation.
This commit is contained in:
2026-06-18 07:46:46 +02:00
parent 2ab93f3977
commit 18ec8e2bbe
7 changed files with 16 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ tasks:
status: done
title: Copy and tune ActivityDefinitions for hourly bootstrap cadence
- id: T05
status: todo
status: done
title: activity-core handoff — enable resolver and sync definitions
- id: T06
status: done
@@ -182,17 +182,14 @@ smoke test passes. Resolver params: `domain: custodian` for pilot, `cadence: dai
```task
id: LOOP-WP-0001-T05
status: todo
status: done
priority: high
state_hub_task_id: "16c54902-a1c5-4e24-9bc3-5c7b8c30abe3"
```
Open coordination track with activity-core:
1. Implement `discover_kaizen_scheduled_repos` per supplier spec (if not done)
2. `make sync-activity-definitions` with coulomb-loop copies
3. Dry-run resolver against pilot roster
4. Enable one definition at a time (`hourly-metrics-optimize` first)
2026-06-18: `activity_core/context_resolvers/kaizen.py` shipped (7 tests pass).
Dry-run returned 6 scheduled runs. `ACTIVITY_DEFINITION_DIRS` includes coulomb-loop;
DB sync pending when `ACTCORE_DB_URL` stack is up. Enable definitions incrementally.
Reference: `docs/integrations/activity-core-handoff.md` (coulomb-loop) and
`kaizen-agentic/docs/integrations/activity-core-handoff-wp0006.md` (supplier).