add matrix publish/consume transport for orchestrator rail

This commit is contained in:
Jason Woltje
2026-02-17 13:35:25 -06:00
parent 4c7c314aac
commit d7d5415bce
11 changed files with 266 additions and 2 deletions

View File

@@ -45,3 +45,10 @@ Run continuously:
```bash
~/.mosaic/bin/mosaic-orchestrator-run --poll-sec 10
```
Bridge events to Matrix:
```bash
~/.mosaic/bin/mosaic-orchestrator-matrix-publish
~/.mosaic/bin/mosaic-orchestrator-matrix-consume
```

View File

@@ -4,7 +4,9 @@
"matrix": {
"control_room_id": "",
"workspace_id": "",
"homeserver_url": ""
"homeserver_url": "",
"access_token": "",
"bot_user_id": ""
},
"worker": {
"runtime": "codex",

View File

@@ -0,0 +1,4 @@
{
"last_published_line": 0,
"since": null
}