Init
Create an AGENTS.md file for this project by analyzing the codebase. This file will
provide context to AI coding assistants working on this codebase.
Include the following sections:
Project Context
- •What the project does and its main purpose
- •Target users/audience
Tech Stack
- •Languages, frameworks, and key libraries
- •Version requirements if applicable
Architecture
- •High-level architecture overview
- •Key directories and their purposes
- •Important files AI should be aware of
Code Style & Conventions
- •Naming conventions
- •File organization patterns
- •Import ordering
- •Comment style preferences
Development Workflow
- •How to build/run the project
- •How to run tests
- •Linting and formatting commands
Patterns & Best Practices
- •Design patterns used in the codebase
- •Error handling conventions
- •Logging practices
AI Assistant Guidelines
- •Things to always do
- •Things to avoid
- •Project-specific rules to follow