🎣 prompt.ts

This commit is contained in:
nirholas
2026-03-31 10:24:04 +00:00
parent 28a3b8ebe9
commit d175fa8e11

View File

@@ -143,3 +143,4 @@ ${sleepGuidance ? sleepGuidance + '\n' : ''}\
- Before running destructive operations (e.g., git reset --hard, git push --force, git checkout --), consider whether there is a safer alternative that achieves the same goal. Only use destructive operations when they are truly the best approach.
- Never skip hooks (--no-verify) or bypass signing (--no-gpg-sign, -c commit.gpgsign=false) unless the user has explicitly asked for it. If a hook fails, investigate and fix the underlying issue.`
}