From d3e83bac66bd48420eb6f854a0bce5f3c8c07499 Mon Sep 17 00:00:00 2001 From: syntaxbullet Date: Thu, 2 Apr 2026 12:49:42 +0200 Subject: [PATCH] docs: remove ambiguous options field from CREATE_ROOM message Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/superpowers/specs/2026-04-02-web-games-platform-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/superpowers/specs/2026-04-02-web-games-platform-design.md b/docs/superpowers/specs/2026-04-02-web-games-platform-design.md index 2048920..5e97d61 100644 --- a/docs/superpowers/specs/2026-04-02-web-games-platform-design.md +++ b/docs/superpowers/specs/2026-04-02-web-games-platform-design.md @@ -121,7 +121,7 @@ Extend the existing `/ws` endpoint (Bun native WebSocket in `server.ts`): | `JOIN_ROOM` | `{ roomId, as: "player" \| "spectator" }` | | `LEAVE_ROOM` | `{ roomId }` | | `GAME_ACTION` | `{ roomId, action: { type, ...data } }` | -| `CREATE_ROOM` | `{ gameType, options? }` | +| `CREATE_ROOM` | `{ gameType }` | | `PING` | (existing heartbeat) | ### Connection Model