| 1 | # User Message UI Extensions DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own backend behavior triggered around user-visible UI messages. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - Ordered Python files own update-check messaging and future user-message UI hooks. |
| 10 | |
| 11 | ## Local Contracts |
| 12 | |
| 13 | - Keep proactive UI messages relevant, non-spammy, and safe for display. |
| 14 | - Keep update-available notifications visible until the user dismisses them or opens the updater. |
| 15 | - Do not expose local diagnostics or update data that should stay internal. |
| 16 | |
| 17 | ## Work Guidance |
| 18 | |
| 19 | - Gate recurring messages so they do not repeat unnecessarily across chats or tabs. |
| 20 | |
| 21 | ## Verification |
| 22 | |
| 23 | - Smoke-test UI message rendering after changes. |
| 24 | |
| 25 | ## Child DOX Index |
| 26 | |
| 27 | No child DOX files. |