The agent already understands the Veryfront framework: how projects are structured, how files work, and best practices for building apps. You don’t need to explain the basics.Use an AGENTS.md file at your project root to customize behavior for your specific project:
AGENTS.md
Copy
# Project Instructions## Code Style- Use TypeScript for all new files- Follow the existing folder structure- Use Tailwind CSS for styling## Architecture- Components go in /components- API routes go in /pages/api- Use React Query for data fetching## Important Notes- Always run tests before committing- Keep components small and focused