| 1 | # WebUI WebSocket Push Extensions DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own frontend behavior for WebUI WebSocket push events. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - JavaScript files own push-event side effects such as cache clearing. |
| 10 | |
| 11 | ## Local Contracts |
| 12 | |
| 13 | - JavaScript modules must export a default function. |
| 14 | - Validate event payload shape before acting. |
| 15 | - Keep cache or state resets scoped to the event type. |
| 16 | |
| 17 | ## Work Guidance |
| 18 | |
| 19 | - Coordinate push behavior with backend WebSocket event extensions and frontend stores. |
| 20 | |
| 21 | ## Verification |
| 22 | |
| 23 | - Smoke-test relevant WebSocket push events after changes. |
| 24 | |
| 25 | ## Child DOX Index |
| 26 | |
| 27 | No child DOX files. |