larryhudson / aiderbot

AI coding assistant that can resolve issues in your GitHub repo
3 stars 0 forks source link

Use conventions file in repo as read-only context #60

Closed larryhudson closed 1 month ago

larryhudson commented 1 month ago

Currently, we don't use any contextual information from the repo in our prompt. I think it would be good to check if a 'conventions' file exists in the repo, and add that as 'read-only' context in Aider before running our coding prompt.

I think the way we would do this is:

That should be all we need to change to make this work.

@Aiderbot could you have a look at this?

larryhudson-aider-github[bot] commented 1 month ago

I've created a pull request to address this issue: https://github.com/larryhudson/aiderbot/pull/61

Time taken to create this PR: 78.38 seconds