Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 836 Bytes

File metadata and controls

10 lines (9 loc) · 836 Bytes

AGENTS Instructions

  • Run typechecks, lint, and Prettier before finishing changes (format, typecheck, lint scripts)
  • Make sure CLAUDE.md (where applicable) is kept up to date to include main features, usage instructions, caveats, limitations, known bugs, etc.
  • This is a public repository, so make sure there are no sensitive details in the repo before finishing (eg. keys, secrets, etc)
  • Use yarn for managing dependencies
  • Use gh to interact with Github pull requests, issues, etc.
  • Please make sure the project README.md and documentation under docs/ are kept up to date with each change.
  • Please write automated tests to cover newly added functionality wherever appropriate, or update existing tests when changing code.
  • Please use conventional commits format for commit messages (eg. fix:/chore:/feat: etc)