I had the idea that one could put a .cody file in a project folder where certain configurations for the project could be made?
These would be, for example, which framework(s) is being used, a project-specific PrePrompt, coding styles, and other specific information about this project so that Cody can respond better.
Also when u coding in a Team u have the same coding guidlines.
Cool idea. Added a feature-request
tag. =)
I’d also like to see this, I’ve been using a prompt folder with some general rules and requirements.
Hey @adampatterson
For VS Code you can but *.rule.md files into a .sourcegraph
folder path in the root directory or in any folder path of your project. This is an experimental feature and needs to be enabled with "cody.rules.enabled" : true
in the settings.json file.