Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 373 Bytes

File metadata and controls

17 lines (12 loc) · 373 Bytes

Agent setup

This repository is a TypeScript npm workspace targeting Node 20.

Cursor Cloud Agents use .cursor/environment.json to run the setup command:

npm ci --cache .npm --prefer-offline --no-audit && npm run db:generate

Common verification commands:

  • npm run lint
  • npm run typecheck
  • npm run test:ci
  • npm run build
  • npm run db:generate