๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

fix: ๐Ÿ”ง Add editor prompt to AI Git Commit task for manual review

+1 -1
+1 -1
cursor/tasks.json
··· 4 4 { 5 5 "label": "AI Git Commit", 6 6 "type": "shell", 7 - "command": "git add -A . && git diff --minimal --cached | llm -t gitcommit > $(git rev-parse --git-dir)/COMMIT_EDITMSG && git commit --verbose --edit --file=$(git rev-parse --git-dir)/COMMIT_EDITMSG", 7 + "command": "git add -A . && git diff --minimal --cached | llm -t gitcommit > $(git rev-parse --git-dir)/COMMIT_EDITMSG && $EDITOR --wait $(git rev-parse --git-dir)/COMMIT_EDITMSG && git commit --verbose --file=$(git rev-parse --git-dir)/COMMIT_EDITMSG", 8 8 "presentation": { 9 9 "echo": true, 10 10 "reveal": "always",