From 014654972cfb740deb1c9980f1f89d9e97c46eb4 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Tue, 17 Feb 2026 13:56:59 -0600 Subject: [PATCH] add single-command orchestrator matrix cycle --- README.md | 1 + bin/mosaic-bootstrap-repo | 2 +- bin/mosaic-doctor | 1 + bin/mosaic-orchestrator-matrix-cycle | 19 +++++++++++++++++++ rails/orchestrator-matrix/README.md | 1 + templates/repo/.mosaic/README.md | 1 + 6 files changed, 24 insertions(+), 1 deletion(-) create mode 100755 bin/mosaic-orchestrator-matrix-cycle diff --git a/README.md b/README.md index e1c7cec..f1e1972 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Mosaic includes a runtime-agnostic orchestrator rail at: Run from a bootstrapped repo: ```bash +~/.mosaic/bin/mosaic-orchestrator-matrix-cycle ~/.mosaic/bin/mosaic-orchestrator-run --once ~/.mosaic/bin/mosaic-orchestrator-run --poll-sec 10 ~/.mosaic/bin/mosaic-orchestrator-matrix-publish diff --git a/bin/mosaic-bootstrap-repo b/bin/mosaic-bootstrap-repo index 82ff1c7..429ffd1 100755 --- a/bin/mosaic-bootstrap-repo +++ b/bin/mosaic-bootstrap-repo @@ -104,7 +104,7 @@ 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 ~/.mosaic/bin/mosaic-quality-apply --template