Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 645 Bytes

File metadata and controls

20 lines (13 loc) · 645 Bytes

AI Agent Development Instructions

This document contains guidelines that AI agents must follow when developing this project.

Prerequisites

Before writing code, make sure to review the following documents:

Development Guidelines

Required Commands

  • Lint check: pnpm lint
  • Type check: pnpm typecheck (if typecheck command exists)
  • Build: pnpm build
  • Test: pnpm test