add drain-mode orchestration and docs/tasks sync for codex-opencode
This commit is contained in:
10
README.md
10
README.md
@@ -139,6 +139,8 @@ Run from a bootstrapped repo:
|
||||
```bash
|
||||
~/.config/mosaic/bin/mosaic-orchestrator-matrix-cycle
|
||||
~/.config/mosaic/bin/mosaic-orchestrator-run --once
|
||||
~/.config/mosaic/bin/mosaic-orchestrator-sync-tasks --apply
|
||||
~/.config/mosaic/bin/mosaic-orchestrator-drain
|
||||
~/.config/mosaic/bin/mosaic-orchestrator-run --poll-sec 10
|
||||
~/.config/mosaic/bin/mosaic-orchestrator-matrix-publish
|
||||
~/.config/mosaic/bin/mosaic-orchestrator-matrix-consume
|
||||
@@ -147,6 +149,14 @@ Run from a bootstrapped repo:
|
||||
The controller reads/writes repo-local state in `.mosaic/orchestrator/` and emits
|
||||
structured events to `.mosaic/orchestrator/events.ndjson` for Matrix bridge consumption.
|
||||
|
||||
If your runtime command differs, set:
|
||||
|
||||
```bash
|
||||
export MOSAIC_WORKER_EXEC="codex -p"
|
||||
# or
|
||||
export MOSAIC_WORKER_EXEC="opencode -p"
|
||||
```
|
||||
|
||||
## Bootstrap Any Repo (Slave Linkage)
|
||||
|
||||
Attach any repository/workspace to the master layer:
|
||||
|
||||
Reference in New Issue
Block a user