Testing & builds
Run checks
Build
Release hygiene
Before publishing, validate that:npm testpassesnpm run typecheckpassesnpm run buildproduces a workingdist/binary
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How the CLI is built and how to run checks.
npm test
npm run typecheck
npm run build
./dist/cli.js --help
npm test passesnpm run typecheck passesnpm run build produces a working dist/ binary