From d175fa8e11e9509a27144b6347e8ef7c0ca1062f Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8E=A3=20prompt.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tools/PowerShellTool/prompt.ts | 1 + 1 file changed, 1 insertion(+) 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.` } +