Skip to content

Contributing

Local workflow

  1. Install dependencies
  2. Run type checks, lint, tests
  3. Build distributable output

Common commands

  • pnpm type-check
  • pnpm lint
  • pnpm test
  • pnpm build

Documentation commands

  • pnpm docs:dev
  • pnpm docs:build
  • pnpm docs:preview

Pull request expectations

  • Keep changes scoped and test-backed
  • Update docs when behavior/contracts change
  • Include examples for new tool parameters

Released under the MIT License.