diff --git a/README.md b/README.md index 3e54f6b..38a672b 100644 --- a/README.md +++ b/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: diff --git a/bin/mosaic-bootstrap-repo b/bin/mosaic-bootstrap-repo index 90dae9e..19cec36 100755 --- a/bin/mosaic-bootstrap-repo +++ b/bin/mosaic-bootstrap-repo @@ -104,7 +104,8 @@ fi echo "[mosaic] Repo bootstrap complete: $TARGET_DIR" echo "[mosaic] Next: edit $TARGET_DIR/.mosaic/repo-hooks.sh with project workflows" echo "[mosaic] Optional: apply quality rails via ~/.config/mosaic/bin/mosaic-quality-apply --template