## Description
Closes #
## Type of change
- [ ] `feat` — new feature
- [ ] `fix` — bug fix
- [ ] `docs` — documentation only
- [ ] `test` — tests only
- [ ] `refactor` — no behavior change
- [ ] `perf` — performance improvement
- [ ] `chore` — build, dependencies, tooling
- [ ] Breaking change (existing behavior changes)
## Testing
- [ ] Added unit tests for new logic (in `src/<module>.rs`)
- [ ] Added integration tests for new CLI behavior (in `tests/`)
- [ ] All existing tests pass (`cargo test`)
- [ ] No clippy warnings (`cargo clippy`)
- [ ] Code formatted (`cargo fmt`)
## Notes for reviewer