diff --git a/aider_gitea/__main__.py b/aider_gitea/__main__.py index 59e7335..93c6fa0 100644 --- a/aider_gitea/__main__.py +++ b/aider_gitea/__main__.py @@ -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', ]