Contributing
Local workflow
- Install dependencies
- Run type checks, lint, tests
- Build distributable output
Common commands
pnpm type-checkpnpm lintpnpm testpnpm build
Documentation commands
pnpm docs:devpnpm docs:buildpnpm docs:preview
Pull request expectations
- Keep changes scoped and test-backed
- Update docs when behavior/contracts change
- Include examples for new tool parameters
