[Issue 5] Aider should write unit tests before solving the issue. #6

Merged
Jmaa merged 1 commits from issue-aider-should-write-unit-tests-before-solving-the-issue into main 2025-04-13 13:50:33 +00:00

View File

@ -49,7 +49,7 @@ def create_aider_command(issue: str) -> list[str]:
'--no-auto-lint', '--no-auto-lint',
'--api-key', LLM_API_KEY, '--api-key', LLM_API_KEY,
'--read', 'CONVENTIONS.md', '--read', 'CONVENTIONS.md',
'--message', issue, '--message', "First, write unit tests that validate your changes. Then, solve the issue. Issue details:\n" + issue,
'--yes-always', '--yes-always',
'--architect', '--architect',
] ]