## Description
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
## Related Issues
## Checklist
- [ ] I have tested my changes locally
- [ ] I have updated documentation if needed
- [ ] I have added tests for new functionality
- [ ] All tests pass (`cargo test`)
- [ ] Code follows project style (`cargo fmt && cargo clippy`)
- [ ] Commit messages follow [conventional commits](https://www.conventionalcommits.org/)
## Testing Done
## Screenshots (if applicable)