generated from coulomb/repo-seed
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:
@@ -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`).
|
||||
Reference in New Issue
Block a user