feat: add runnable casual matcher role

This commit is contained in:
Josh Creek
2026-09-01 09:32:22 +01:00
parent bdc89303b4
commit d0952adaf9
5 changed files with 131 additions and 3 deletions
+3 -1
View File
@@ -54,7 +54,9 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
authenticated durable queue/proposal/assignment/session adapters, and shuts
down gracefully; optional `--redis-addr` publishes queue mutations to a
TTL-bound best-effort candidate projection without making Redis authoritative;
worker roles, Redis worker wiring and live service checks remain.
a runnable casual `cmd/matcher` role now polls PostgreSQL and delegates
proposal claims to the durable transaction; allocator/maintenance roles,
ranked provider wiring, Redis worker wiring and live service checks remain.
- [ ] **IN PROGRESS:** Define assignment compatibility and opt-in `ServerConfig`
flags whose defaults reproduce the community-server path. Allocation manifest
validation now covers client build and future expiry; allocated servers now