diff --git a/multiplayer-next.md b/multiplayer-next.md index 4d799c9c..a268b296 100644 --- a/multiplayer-next.md +++ b/multiplayer-next.md @@ -38,7 +38,8 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md). - [ ] **IN PROGRESS:** Add PostgreSQL queue ownership/active-participation fences, durable domain migrations/outbox and Redis indexes/TTLs; lost Redis writes must not split a proposal or corrupt durable state. Initial migration - and serializable store boundaries are implemented; live DB/cache repair gates remain. + and serializable store boundaries are implemented, including durable queue + create/heartbeat/cancel/recovery adapters; live DB/cache repair gates 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; signed admission remains.