Community-contributed convention files for use with aider
https://github.com/Aider-AI/conventions.git
This repository is a collection of community-contributed convention files for use with aider, an AI pair programming tool. Convention files help guide the AI to follow specific coding styles, practices, and preferences.
Convention files are markdown files that specify coding guidelines for aider to follow. They can include preferences like:
CONVENTIONS.md to your projectaider --read-only CONVENTIONS.md
Or add it to your .aider.conf.yml:
read-only: CONVENTIONS.md
Each subdirectory contains:
README.md - Explains the purpose and use case for the conventionsCONVENTIONS.md - The actual conventions file to use with aiderWe welcome contributions! To add your own conventions:
README.md explaining your conventions and a CONVENTIONS.md file