- π Bug fix (non-breaking)
- β¨ New feature (non-breaking)
- π₯ Breaking change (fix or feature that changes existing behavior)
- π Docs / examples
- β»οΈ Refactor (no functional change)
- π§ͺ Tests only
- π§ Chore / tooling
- [ ]
- [ ]
- My code follows the project style (
npm run lint/cargo fmt && cargo clippy). - I added tests covering my change.
- I updated docs / READMEs / recipes where relevant.
- I ran
npm run changesetif this affects a published npm package. - CI is green on Linux, macOS, and Windows.