This repository accepts focused changes that do not alter behavior unless the change is explicitly intended as a feature or bug fix.
- Install dependencies with
npm install. - Make changes in small, reviewable commits.
- Run
npm testbefore opening a change. - Update
./README.mdwhen user-facing behavior, configuration, or packaging changes.
- Keep the change narrowly scoped.
- Include tests for behavior changes.
- Do not mix unrelated refactors with functional work.
- Explain any packaging or release-impacting changes in the PR description.
- Runtime package contents are controlled by the
filesfield in./package.json. - Test-only files should stay outside the published package unless they are intentionally part of the public distribution.