## What changed
Describe the change clearly.
## Why this change
Explain motivation and expected user impact.
## Validation
List how this was tested.
- [ ] `cargo build`
- [ ] `cargo test`
- [ ] Manual CLI check (if applicable)
- [ ] Manual TUI/LSP check (if applicable)
## Risks
Describe possible regressions or edge cases.
## Checklist
- [ ] Related issue linked (if any)
- [ ] Docs updated (README/help text) when needed
- [ ] Breaking changes documented