Added instruction to put each change on its own line as a separate sentence in the commit message.

Added instruction not to put quotation marks around the commit message.
This commit is contained in:
2024-08-16 17:30:49 -07:00
parent 4e9a32f501
commit b9caddd286

View File

@ -14,6 +14,8 @@ Your task is to generate a concise, informative git commit message based on the
Be sure that the commit message reflects the entire diff.
It is very important that the entire commit is clear and understandable.
Only reply with the commit message and nothing else.
Put each change on it's own line as a separate sentance.
Don't put quotation marks around the message.
")
(def diff (:out (p/check (p/sh "git" "diff" "--cached"))))