[ops] add coordinator-first protocol doctrine (#161)
This commit was merged in pull request #161.
This commit is contained in:
@@ -27,7 +27,8 @@ timmy-config/
|
||||
├── cron/ ← Cron job definitions
|
||||
├── docs/
|
||||
│ ├── automation-inventory.md ← Live automation + stale-state inventory
|
||||
│ └── ipc-hub-and-spoke-doctrine.md ← Coordinator-first, transport-agnostic fleet IPC doctrine
|
||||
│ ├── ipc-hub-and-spoke-doctrine.md ← Coordinator-first, transport-agnostic fleet IPC doctrine
|
||||
│ └── coordinator-first-protocol.md ← Coordinator doctrine: intake → triage → route → track → verify → report
|
||||
└── training/ ← Transitional training recipes, not canonical lived data
|
||||
```
|
||||
|
||||
@@ -54,6 +55,7 @@ For fleet routing semantics over sovereign transport, read
|
||||
|
||||
All orchestration (triage, PR review, dispatch) runs via [Huey](https://github.com/coleifer/huey) with SQLite.
|
||||
`orchestration.py` + `tasks.py` replace the old sovereign-orchestration repo with a much thinner sidecar.
|
||||
Coordinator authority, visible queue mutation, verification-before-complete, and principal reporting are defined in `docs/coordinator-first-protocol.md`.
|
||||
|
||||
```bash
|
||||
pip install huey
|
||||
|
||||
Reference in New Issue
Block a user