# Pull Request
## Summary
## Checklist
- [ ] Changelog `Unreleased` section updated (or chore/docs-only)
- [ ] Project umbrella check passes locally — `scripts/{check,pre-commit,rust-pre-commit,ci.sh}` or `cargo fmt --check && cargo clippy -- -D warnings && cargo test` (or `cargo nextest run`)
- [ ] Tests added or updated for behavior changes
## Notes for reviewers