## Summary
## Tests
Required for code changes:
- [ ] Added or updated unit tests for changed module logic.
- [ ] Added or updated integration tests for changed CLI behavior.
- [ ] Ran `cargo fmt --all -- --check`.
- [ ] Ran `cargo clippy --all-targets --all-features -- -D warnings`.
- [ ] Ran `cargo test --all-targets --all-features`.
Use `N/A` with a short reason when a checkbox does not apply.
## Notes