Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 540 Bytes

File metadata and controls

14 lines (9 loc) · 540 Bytes

AGENTS.md

Commands

Always use the existing package.json scripts rather than invoking the underlying tools directly:

  • npm run lint — lint
  • npm test — run the Jest test suite
  • npm run format — format with Prettier
  • npm run generate:docs — regenerate public/openapi.json

Generated files

public/openapi.json is generated by npm run generate:docs from the @swagger JSDoc blocks in src/pages/api/**. Do not hand-edit it — update the JSDoc and regenerate (this also runs as part of npm run build).