Document atomic schedule promote; sync roster phase to operate
Fleet layer aligned via kaizen-agentic schedule promote --fleet-only.
This commit is contained in:
parent
27e05552a2
commit
245b7fcbfe
3 changed files with 69 additions and 33 deletions
|
|
@ -52,7 +52,14 @@ kaizen-agentic metrics optimize --target /home/worsch/kaizen-agentic
|
|||
|
||||
## Next operator action
|
||||
|
||||
Use atomic promote (all three layers — cadence, definitions, fleet, sync):
|
||||
|
||||
```bash
|
||||
# After coulomb-loop merge — disable daily defs, enable weekly crons
|
||||
cd ~/activity-core && make sync-activity-definitions # or equivalent sync command
|
||||
```
|
||||
kaizen-agentic schedule promote \
|
||||
--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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue