Skip to content

Commit 244a0a0

Browse files
committed
feat(content): add more instructions to gemini prompt
1 parent c672532 commit 244a0a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/content/blog/neovim-git-commit-review-gemini-gpt4o.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ return {
123123
.. "If a version is bumped, the commit category is 'chore'. "
124124
.. "When using a filename as a commit category, take into account the parent folders. For example, ruby/lsp/rubyfmt would be the ruby-lsp-rubyfmt category. "
125125
.. "The subcategory should alawys be in parens after the main category, like chore(subcategory). "
126+
.. "Focus on changes in the src folder."
127+
.. "When encountering svg files, only consider the filename. "
128+
.. "For each line in the longer description, start it with a *."
126129
.. "Staged git diff: ```\n"
127130
.. git_diff
128131
.. "\n```",

0 commit comments

Comments
 (0)