Does Cody have anything comparable to Cursor’s rules, for imparting a long-term memory? If not, consider adding it.
Hey @esafak If you use VS Code we have an experimental rule system. You can set rule files in a .sourcegraph
sub-folder on the root project folder or subfolders and create a *.rule.md
file. You need to enable it in the settings with "cody.rules.enabled": true
and when a file is open, Cody will automatically fetch the rules based on the programming language as context. You can utilize this as some kind of memory bank, too.
I use IntelliJ, not VSCode.
@esafak In that case, you can have a similar approach if you manually create a document with your rules or memories to persist and reference that document when needed.