Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 374 Bytes

File metadata and controls

16 lines (9 loc) · 374 Bytes

Instructions for AI Agents

Tools

  • This project uses pnpm as the package manager. Use pnpm commands whenever possible.

Code Style

Imports

  • Avoid using relative paths in imports.
  • Use absolute paths in the imports using Node Subpath imports if configured in the project's package.json.

TypeScript

  • Avoid using 'any' in types/casts/assertions.