# {{project_name}} AI Rules
## Overview
These rules guide AI assistants when working with this project.
## Code Style
- Follow the project's existing code style
- Use meaningful variable and function names
- Add comments for complex logic
## Architecture
- Maintain separation of concerns
- Follow established patterns in the codebase
- Keep functions focused and small
## Testing
- Write tests for new functionality
- Ensure existing tests pass before committing
- Use property-based testing where appropriate
## Documentation
- Document public APIs
- Update README when adding features
- Include examples in documentation