This document explains how automated agents (e.g., GitHub Copilot, OpenAI Codex, Anthropic Claude) and human contributors should work in this repository. Follow these practices whenever you modify the codebase, submit changes, or automate workflows.
- Linting: Run
npm run lintafter making any code changes and fix all issues before committing. - Build: Run
npm run buildto ensure the Next.js project compiles without errors.