Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 332 Bytes

File metadata and controls

26 lines (18 loc) · 332 Bytes

Contributing to GovernsAI TypeScript SDK

Setup

pnpm install

Development

pnpm build

Validation

pnpm test
pnpm lint

Pull Request Checklist

  • Maintain strict type safety.
  • Add tests for client and endpoint behavior changes.
  • Update changelog and docs for public API changes.