Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 416 Bytes

File metadata and controls

5 lines (4 loc) · 416 Bytes

Contributing

  • Follow the project constitution: .specify/memory/constitution.md (strict TypeScript, no any, MCP tool tests with happy path + empty/missing session, transport decoupling, non-blocking hot paths, Changesets for releases).
  • Run npm run lint, npm run typecheck, and npm run test before opening a PR.
  • Add a Changeset (npm run changeset) when changing published package behavior or APIs.