diff --git a/src/diffmage/ai/prompt_manager.py b/src/diffmage/ai/prompt_manager.py index 6007566..ed14b49 100644 --- a/src/diffmage/ai/prompt_manager.py +++ b/src/diffmage/ai/prompt_manager.py @@ -32,6 +32,7 @@ def get_commit_prompt( Instructions: - Use conventional commits format:(): + - Only return the commit message, nothing else. - Use imperative mood ("add", "fix", "update", not "added", "fixed", "updated") - Focus on WHAT changed and WHY, not HOW. Consider WHAT was impacted and WHY it was needed.