## Summary
Describe the change and why it matters.
## Testing
- [ ] `cargo test`
- [ ] `cargo clippy --all-targets -- -D warnings`
- [ ] `cargo fmt --all -- --check`
## Checklist
- [ ] Updated docs (README or RFC) if behavior changed
- [ ] Added tests for new recognizers or logic
- [ ] Checked for breaking changes