| 1 | # WebUI WebSocket Connect Extensions DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own backend behavior when a WebUI WebSocket client connects. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - Ordered Python files own state-sync behavior for new WebSocket connections. |
| 10 | |
| 11 | ## Local Contracts |
| 12 | |
| 13 | - Preserve WebSocket auth/session assumptions. |
| 14 | - Send only state the connected client is allowed to receive. |
| 15 | |
| 16 | ## Work Guidance |
| 17 | |
| 18 | - Coordinate connect behavior with frontend WebSocket client and sync store. |
| 19 | |
| 20 | ## Verification |
| 21 | |
| 22 | - Smoke-test WebUI connection and initial state sync after changes. |
| 23 | |
| 24 | ## Child DOX Index |
| 25 | |
| 26 | No child DOX files. |