diff --git a/src/tools/PowerShellTool/prompt.ts b/src/tools/PowerShellTool/prompt.ts index 5cd23b3..44923f0 100644 --- a/src/tools/PowerShellTool/prompt.ts +++ b/src/tools/PowerShellTool/prompt.ts @@ -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.` } +