Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 249 Bytes

File metadata and controls

8 lines (6 loc) · 249 Bytes

AGENTS.md

Repository expectations

  • Before finishing any change:
    • Run prettier on modified files to ensure formatting is correct.
    • Run pnpm run check-types to be sure types are accurate.
    • Run pnpm run knip and fix unused code.