## Description
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Documentation
- [ ] Refactoring
- [ ] CI/CD
- [ ] Other:
## Checklist
- [ ] `cargo build` compiles without warnings
- [ ] `cargo clippy -- -D warnings` passes
- [ ] `cargo fmt --check` passes
- [ ] Tests added/updated for changes
- [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/)