Mark activity-core weekly sync complete (DEC-008)

Definitions and Temporal schedules synced; daily/hourly coulomb defs
disabled. Weekly resolver returns 6 scheduled_runs on pilot roster.
This commit is contained in:
2026-06-19 02:04:00 +02:00
parent 245b7fcbfe
commit 3225cf9dd6
3 changed files with 14 additions and 13 deletions

View File

@@ -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

View File

@@ -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.
Future promotions: `kaizen-agentic schedule promote --engagement-repo ...` (see
`loops/regulator/session-template.md`).

View File

@@ -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)