| 1 | ## Summary |
| 2 | |
| 3 | ## Testing |
| 4 | |
| 5 | <!-- Exact gate commands (including the clippy allow list) are in |
| 6 | CONTRIBUTING.md → "Pre-push verification". --> |
| 7 | |
| 8 | - [ ] `cargo fmt --all -- --check` |
| 9 | - [ ] `cargo clippy --workspace --all-targets --all-features --locked` (warning-free under the CI allow list) |
| 10 | - [ ] `cargo test --workspace --all-features --locked` |
| 11 | |
| 12 | ## Checklist |
| 13 | |
| 14 | - [ ] Updated docs or comments as needed |
| 15 | - [ ] Added or updated tests where relevant |
| 16 | - [ ] Verified TUI behavior manually if UI changes |
| 17 | - [ ] Harvested/co-authored credit uses a GitHub numeric noreply address |
| 18 |