Heavy WIP
For repository conventions and agent rules, see AGENTS.md. It links to the
current set of documents under .agent/.
npm run build— Builds library output usingtsconfig.build.json(excludes tests).npm run typecheck— Type-checks everything insrc(includes tests), no emit.npm test— Runs Jest test suites.npm run test:watch— Runs Jest in watch mode.npm run test:coverage— Runs Jest with coverage output.npm run lint— ESLint oversrc/**/*.ts.npm run prepublishOnly— Builds before publishing.
MIT. See LICENSE.md for full text.