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:
2
SCOPE.md
2
SCOPE.md
@@ -44,7 +44,7 @@ with project-scoped memory and metrics.
|
|||||||
- Status: active (operate — weekly cadence)
|
- Status: active (operate — weekly cadence)
|
||||||
- Implementation: four loops operational on custodian pilot roster (3 repos)
|
- 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)
|
- 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
|
## How It Fits
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# activity-core Handoff — coulomb-loop Bootstrap
|
# activity-core Handoff — coulomb-loop Bootstrap
|
||||||
|
|
||||||
**Customer:** coulomb-loop
|
**Customer:** coulomb-loop
|
||||||
**Status:** weekly operate phase — sync required
|
**Status:** weekly operate phase — synced 2026-06-19
|
||||||
|
|
||||||
## Prerequisites (done)
|
## Prerequisites (done)
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
- [x] Enable daily kaizen stack — crons 08:00/09:00/10:00 (DEC-005)
|
- [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] 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
|
- [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)
|
## 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
|
- R2 `reuse_surface_report_gaps` — ACTIVITY-WP-0013 (`2078915`); sweep enabled
|
||||||
- R1 `event-payload` — ACTIVITY-WP-0011; low-success-rate-review live
|
- R1 `event-payload` — ACTIVITY-WP-0011; low-success-rate-review live
|
||||||
|
|
||||||
## Next operator action
|
## Sync commands (reference)
|
||||||
|
|
||||||
Use atomic promote (all three layers — cadence, definitions, fleet, sync):
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kaizen-agentic schedule promote \
|
cd ~/activity-core
|
||||||
--engagement-repo /home/worsch/coulomb-loop \
|
ACTCORE_DB_URL=postgresql+asyncpg://actcore:actcore@localhost:5433/actcore \
|
||||||
--fleet-only \
|
ACTIVITY_DEFINITION_DIRS=/home/worsch/coulomb-loop \
|
||||||
--activity-core /home/worsch/activity-core
|
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.
|
Future promotions: `kaizen-agentic schedule promote --engagement-repo ...` (see
|
||||||
Omit `--fleet-only` for a full stabilize→operate promotion on future loops.
|
`loops/regulator/session-template.md`).
|
||||||
@@ -54,7 +54,7 @@ No rotation recommended. See `rotation-runbook.md`.
|
|||||||
| Issue-core task sink (`/issues/`) | operator | manual trigger 4 tasks; emit 404 |
|
| Issue-core task sink (`/issues/`) | operator | manual trigger 4 tasks; emit 404 |
|
||||||
| Hot-reload definitions/schedules | activity-core | `f4876517` |
|
| Hot-reload definitions/schedules | activity-core | `f4876517` |
|
||||||
| Loop health instruction executor | activity-core | `weekly-loop-health-collector` |
|
| 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)
|
## Regulator cadence (DEC-008)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user