Closes #
- 🐛 Bug fix (non-breaking change that fixes an issue)
- ✨ New feature (non-breaking change that adds functionality)
- 💥 Breaking change (would change existing behaviour)
- 🕳️ Soundness fix (fixes a checker/proof false-negative)
- 📖 Documentation
- 🧹 Refactor / tech debt (behaviour-preserving)
- ⚡ Performance
- 🔧 Build / CI / tooling
- My commits are signed (
git commit -S). - I ran the project's own checks/tests locally and they pass.
- New files carry the correct
SPDX-License-Identifier(code/configMPL-2.0, proseCC-BY-SA-4.0); I did not relicense existing files. - Docs are updated, and no public claim now overstates what the code does.
- I have not introduced a soundness hole (or I have flagged where I might have).