## Summary ## Changes - ## Related Issues ## Type - [ ] `feat` — New feature - [ ] `fix` — Bug fix - [ ] `refactor` — Code refactoring (no behavior change) - [ ] `perf` — Performance improvement - [ ] `docs` — Documentation - [ ] `test` — Tests - [ ] `chore` — Build / tooling / dependencies ## Checklist - [ ] `cargo test --workspace` passes - [ ] `cargo clippy --workspace --all-targets -- -D warnings` passes - [ ] No unrelated changes included - [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/)