add matrix orchestrator rail and repo scaffolding

This commit is contained in:
Jason Woltje
2026-02-17 13:31:29 -06:00
parent e1c1ce2856
commit caaa0e6a46
17 changed files with 569 additions and 0 deletions

View File

@@ -127,6 +127,22 @@ Templates currently supported:
- `typescript-nextjs`
- `monorepo`
## Matrix Orchestrator Rail
Mosaic includes a runtime-agnostic orchestrator rail at:
- `~/.mosaic/rails/orchestrator-matrix/`
Run from a bootstrapped repo:
```bash
~/.mosaic/bin/mosaic-orchestrator-run --once
~/.mosaic/bin/mosaic-orchestrator-run --poll-sec 10
```
The controller reads/writes repo-local state in `.mosaic/orchestrator/` and emits
structured events to `.mosaic/orchestrator/events.ndjson` for Matrix bridge consumption.
## Bootstrap Any Repo (Slave Linkage)
Attach any repository/workspace to the master layer: