TDD for device and screen management. Authored by gemini 3.1 pro

This commit is contained in:
2026-03-15 10:52:43 -04:00
parent f0297418cf
commit 46dfe82568
3 changed files with 61 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ Always read the relevant TDD before making major architectural changes:
| [frontend_ota.md](tdd/frontend_ota.md) | Touching frontend OTA upload or versioning |
| [concurrent_requests.md](tdd/concurrent_requests.md) | Changing HTTP server socket/connection config |
| [lvgl_image_generation.md](tdd/lvgl_image_generation.md) | Touching LVGL headless display or image gen |
| [device_screens.md](tdd/device_screens.md) | Changing device registration, MAC routing, or XML layout logic |
---