## Summary
Brief description of changes.
## Changes
-
## Test Plan
How were these changes tested?
## Checklist
- [ ] Tests pass (`cargo test`)
- [ ] No clippy warnings (`cargo clippy -- -D warnings`)
- [ ] Code formatted (`cargo fmt --check`)
- [ ] Documentation updated if needed
- [ ] CHANGELOG.md updated for user-facing changes