AGENTS.md
Codex Instructions
Project Context
<!-- Describe your project -->
Tech Stack
<!-- List your technologies -->
- Language:
- Framework:
- Testing:
- Database:
Coding Guidelines
- Follow existing code patterns
- Use meaningful names
- Keep functions small and focused
- Write tests for new code
- Handle errors properly
File Structure
<!-- Describe key directories -->
Commands
# Development
# Testing
# Linting
# Building
Conventions
- Code formatting rules
- Naming conventions
- Import ordering
- Comment style
Things to Avoid
- Hardcoded values
- Global state
- Deeply nested code
- Skipping error handling
Additional Context
<!-- Any other important information -->