| 1 | ## Summary |
| 2 | |
| 3 | ## Testing |
| 4 | |
| 5 | - [ ] `cargo test --all-features` |
| 6 | - [ ] `cargo fmt --all -- --check` |
| 7 | - [ ] `cargo clippy --all-targets --all-features` |
| 8 | |
| 9 | ## Checklist |
| 10 | |
| 11 | - [ ] Updated docs or comments as needed |
| 12 | - [ ] Added or updated tests where relevant |
| 13 | - [ ] Verified TUI behavior manually if UI changes |
| 14 |