diff --git a/SCOPE.md b/SCOPE.md index aefb254..b08757c 100644 --- a/SCOPE.md +++ b/SCOPE.md @@ -44,7 +44,7 @@ with project-scoped memory and metrics. - Status: active (operate — weekly cadence) - Implementation: four loops operational on custodian pilot roster (3 repos) - Stability: observation window closed 2026-06-19 via DEC-008 operator override (LOOP-WP-0005 done) -- Usage: internal engagement; weekly Mon crons live; activity-core sync pending +- Usage: internal engagement; weekly Mon crons live; activity-core synced 2026-06-19 ## How It Fits diff --git a/docs/integrations/activity-core-handoff.md b/docs/integrations/activity-core-handoff.md index 8678ca0..f510b7b 100644 --- a/docs/integrations/activity-core-handoff.md +++ b/docs/integrations/activity-core-handoff.md @@ -1,7 +1,7 @@ # activity-core Handoff — coulomb-loop Bootstrap **Customer:** coulomb-loop -**Status:** weekly operate phase — sync required +**Status:** weekly operate phase — synced 2026-06-19 ## Prerequisites (done) @@ -20,7 +20,7 @@ - [x] Enable daily kaizen stack — crons 08:00/09:00/10:00 (DEC-005) - [x] Bootstrap exit 3/3 E2E cycles; definition files renamed hourly→daily (2026-06-18) - [x] Promote to weekly operate phase (DEC-008, 2026-06-19); daily→weekly definition rename -- [ ] **Sync weekly definitions** — disable retired `coulomb-daily-*`, upsert `coulomb-weekly-*` +- [x] **Sync weekly definitions** — retired `coulomb-daily-*` disabled; `coulomb-weekly-*` upserted; Temporal schedules synced (2026-06-19) ## Smoke commands (pilot) @@ -50,16 +50,17 @@ kaizen-agentic metrics optimize --target /home/worsch/kaizen-agentic - R2 `reuse_surface_report_gaps` — ACTIVITY-WP-0013 (`2078915`); sweep enabled - R1 `event-payload` — ACTIVITY-WP-0011; low-success-rate-review live -## Next operator action - -Use atomic promote (all three layers — cadence, definitions, fleet, sync): +## Sync commands (reference) ```bash -kaizen-agentic schedule promote \ - --engagement-repo /home/worsch/coulomb-loop \ - --fleet-only \ - --activity-core /home/worsch/activity-core +cd ~/activity-core +ACTCORE_DB_URL=postgresql+asyncpg://actcore:actcore@localhost:5433/actcore \ +ACTIVITY_DEFINITION_DIRS=/home/worsch/coulomb-loop \ + make sync-activity-definitions +ACTCORE_DB_URL=postgresql+asyncpg://actcore:actcore@localhost:5433/actcore \ +TEMPORAL_HOST=localhost:7233 \ + uv run python -m activity_core.sync_schedules ``` -`--fleet-only` skips cadence/definition transforms when those are already committed. -Omit `--fleet-only` for a full stabilize→operate promotion on future loops. \ No newline at end of file +Future promotions: `kaizen-agentic schedule promote --engagement-repo ...` (see +`loops/regulator/session-template.md`). \ No newline at end of file diff --git a/loops/regulator/dashboard.md b/loops/regulator/dashboard.md index e75a7c8..7cf0193 100644 --- a/loops/regulator/dashboard.md +++ b/loops/regulator/dashboard.md @@ -54,7 +54,7 @@ No rotation recommended. See `rotation-runbook.md`. | Issue-core task sink (`/issues/`) | operator | manual trigger 4 tasks; emit 404 | | Hot-reload definitions/schedules | activity-core | `f4876517` | | Loop health instruction executor | activity-core | `weekly-loop-health-collector` | -| activity-core sync weekly definitions | operator | run `sync_activity_definitions` after merge | + ## Regulator cadence (DEC-008)