diff --git a/aider/website/docs/usage/conventions.md b/aider/website/docs/usage/conventions.md index 4d5638330..2778694a4 100644 --- a/aider/website/docs/usage/conventions.md +++ b/aider/website/docs/usage/conventions.md @@ -28,11 +28,11 @@ or `aider --read CONVENTIONS.md`. This way it is marked as read-only, and cached if prompt caching is enabled. +## Always load conventions + You can also configure aider to always load your conventions file in the [`.aider.conf.yml` config file](https://aider.chat/docs/config/aider_conf.html): -See below for an example of how the conventions can affect the code -that aider writes. ```yaml # alone @@ -42,6 +42,12 @@ read: CONVENTIONS.md read: [CONVENTIONS.md, anotherfile.txt] ``` + +## Example + +See below for an example of how the conventions can affect the code +that aider writes. +
> $ aider --read CONVENTIONS.md useragent.py >