feat: update Aider command to instruct writing unit tests before solving issues
This commit is contained in:
parent
7ef2e4cc38
commit
8850ce06cb
|
@ -49,7 +49,7 @@ def create_aider_command(issue: str) -> list[str]:
|
|||
'--no-auto-lint',
|
||||
'--api-key', LLM_API_KEY,
|
||||
'--read', 'CONVENTIONS.md',
|
||||
'--message', issue,
|
||||
'--message', "First, write unit tests that validate your changes. Then, solve the issue. Issue details:\n" + issue,
|
||||
'--yes-always',
|
||||
'--architect',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user