generated from coulomb/repo-seed
Document atomic schedule promote; sync roster phase to operate
Fleet layer aligned via kaizen-agentic schedule promote --fleet-only.
This commit is contained in:
@@ -52,7 +52,14 @@ kaizen-agentic metrics optimize --target /home/worsch/kaizen-agentic
|
|||||||
|
|
||||||
## Next operator action
|
## Next operator action
|
||||||
|
|
||||||
|
Use atomic promote (all three layers — cadence, definitions, fleet, sync):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# After coulomb-loop merge — disable daily defs, enable weekly crons
|
kaizen-agentic schedule promote \
|
||||||
cd ~/activity-core && make sync-activity-definitions # or equivalent sync command
|
--engagement-repo /home/worsch/coulomb-loop \
|
||||||
```
|
--fleet-only \
|
||||||
|
--activity-core /home/worsch/activity-core
|
||||||
|
```
|
||||||
|
|
||||||
|
`--fleet-only` skips cadence/definition transforms when those are already committed.
|
||||||
|
Omit `--fleet-only` for a full stabilize→operate promotion on future loops.
|
||||||
@@ -1,34 +1,39 @@
|
|||||||
version: "1"
|
version: '1'
|
||||||
loop: kaizen-improvement-stack
|
loop: kaizen-improvement-stack
|
||||||
decision: DEC-001 option A (2026-06-18)
|
decision: DEC-001 option A (2026-06-18)
|
||||||
phase: bootstrap
|
phase: operate
|
||||||
|
|
||||||
# Repos currently receiving scheduled optimization/coach runs
|
|
||||||
active:
|
active:
|
||||||
- slug: kaizen-agentic
|
- slug: kaizen-agentic
|
||||||
root: /home/worsch/kaizen-agentic
|
root: /home/worsch/kaizen-agentic
|
||||||
agents: [coach, optimization]
|
agents:
|
||||||
status: active
|
- coach
|
||||||
rationale: supplier dogfood
|
- optimization
|
||||||
- slug: the-custodian
|
status: active
|
||||||
root: /home/worsch/the-custodian
|
rationale: supplier dogfood
|
||||||
agents: [coach, optimization]
|
- slug: the-custodian
|
||||||
status: active
|
root: /home/worsch/the-custodian
|
||||||
rationale: state-hub coordination operator
|
agents:
|
||||||
- slug: activity-core
|
- coach
|
||||||
root: /home/worsch/activity-core
|
- optimization
|
||||||
agents: [coach, optimization]
|
status: active
|
||||||
status: active
|
rationale: state-hub coordination operator
|
||||||
rationale: scheduler owner
|
- slug: activity-core
|
||||||
|
root: /home/worsch/activity-core
|
||||||
# Ordered candidates after pilot — promoted by regulator (ADR-004)
|
agents:
|
||||||
|
- coach
|
||||||
|
- optimization
|
||||||
|
status: active
|
||||||
|
rationale: scheduler owner
|
||||||
expansion_queue:
|
expansion_queue:
|
||||||
- slug: reuse-surface
|
- slug: reuse-surface
|
||||||
agents: [coach, optimization, scope-analyst]
|
agents:
|
||||||
domain: helix_forge
|
- coach
|
||||||
- slug: vergabe-teilnahme
|
- optimization
|
||||||
agents: [coach, scope-analyst]
|
- scope-analyst
|
||||||
domain: coulomb_social
|
domain: helix_forge
|
||||||
|
- slug: vergabe-teilnahme
|
||||||
# Repos paused after diminishing-returns detection (ADR-004)
|
agents:
|
||||||
saturated: []
|
- coach
|
||||||
|
- scope-analyst
|
||||||
|
domain: coulomb_social
|
||||||
|
saturated: []
|
||||||
|
|||||||
@@ -33,6 +33,30 @@ kaizen-agentic metrics record optimization --success --time <s> --quality <0-1>
|
|||||||
|
|
||||||
Record decision in state-hub when promotion/demotion approved.
|
Record decision in state-hub when promotion/demotion approved.
|
||||||
|
|
||||||
|
## Cadence promotion (atomic)
|
||||||
|
|
||||||
|
After regulator approval, promote all three scheduling layers in one step:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
kaizen-agentic schedule promote \
|
||||||
|
--engagement-repo /home/worsch/coulomb-loop \
|
||||||
|
--engagement coulomb-loop \
|
||||||
|
--to-phase operate \
|
||||||
|
--activity-core /home/worsch/activity-core
|
||||||
|
```
|
||||||
|
|
||||||
|
Dry-run first: add `--dry-run`. Repair fleet drift only (definitions already promoted):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
kaizen-agentic schedule promote \
|
||||||
|
--engagement-repo /home/worsch/coulomb-loop \
|
||||||
|
--fleet-only \
|
||||||
|
--activity-core /home/worsch/activity-core
|
||||||
|
```
|
||||||
|
|
||||||
|
Layers: (1) `loops/*/cadence.yml`, (2) `activity-definitions/` + activity-core sync,
|
||||||
|
(3) pilot `.kaizen/schedule.yml` via roster.
|
||||||
|
|
||||||
## Promotion checklist (all must hold)
|
## Promotion checklist (all must hold)
|
||||||
|
|
||||||
- Bootstrap exit from source workplan met
|
- Bootstrap exit from source workplan met
|
||||||
|
|||||||
Reference in New Issue
Block a user