This document contains guidelines that AI agents must follow when developing this project.
Before writing code, make sure to review the following documents:
- For general project information and guidelines, refer to README.md.
- For code style and guidelines, refer to CONTRIBUTING.md.
- For commit and PR conventions, refer to CONTRIBUTING.md.
- Lint check:
pnpm lint - Type check:
pnpm typecheck(if typecheck command exists) - Build:
pnpm build - Test:
pnpm test