npm install
npm run build- Keep runtime dependency surface minimal.
- Maintain backwards compatibility for public method signatures.
- Reflect API changes in
README.mdand examples. - Keep TypeScript types strict and explicit.
- Build passes (
npm run build) - Public API changes documented in
README.md - If behavior changed, update examples
- Add changelog entry
Use semver:
patch: bug fixesminor: additive methods/optionsmajor: breaking method/type changes