Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 258 Bytes

File metadata and controls

14 lines (10 loc) · 258 Bytes

Agent Guidelines

Pre-commit checks

Run typecheck, lint, build, and tests before every commit and push:

pnpm run typecheck
pnpm run lint
pnpm run build
pnpm run test

Typecheck and lint are enforced automatically by a husky pre-commit hook.