diff --git a/ROADMAP.md b/ROADMAP.md index 3783798..0b61a56 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -26,7 +26,7 @@ ## Phase 4 — Robustness -- [ ] Reconnection handling -- [ ] Error recovery +- [x] Reconnection handling +- [x] Error recovery - [ ] Audio device hot-swap - [ ] Comprehensive test suite diff --git a/TASKLIST.md b/TASKLIST.md index a83d778..455a18b 100644 --- a/TASKLIST.md +++ b/TASKLIST.md @@ -13,7 +13,8 @@ - [x] Volume control (F2/F3, gain 0.0-2.0, status bar display) - [x] Server certificate handling (certfile/keyfile config) - [x] Config file hot-reload (F5, safe/restart change detection) +- [x] Reconnection handling with auto-retry and backoff ## Pending -- [ ] Reconnection handling on disconnect +- [ ] Audio device hot-swap