Add aider prompts for runcats project

This commit is contained in:
2025-06-20 23:11:38 +01:00
parent 27440c772b
commit 719eea32ce
7 changed files with 397 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Conventions for writing code in this repository
- Indentation: Use 4 spaces for indentation. Do not use tabs.
- Minimise comments, code should be self-explanatory.
- Do not try to reinvent the wheel. Use available APIs and tools where possible.
- Follow best practices and common formatting for the programming language you are using.
- Generate tests for new features and bug fixes.