From 15424eb2753c6813b3f2dcbf3b18feb98e5a4811 Mon Sep 17 00:00:00 2001 From: cruldra Date: Thu, 20 Aug 2026 10:00:32 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(vscode):=20=E5=AE=A1=E6=9F=A5?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=8D=E5=8A=A0=E4=B8=B4=E6=97=B6=20worktr?= =?UTF-8?q?ee=20=E6=B8=85=E7=90=86=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/prompts/review.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vscode/prompts/review.md b/vscode/prompts/review.md index 903fd63..4688abb 100644 --- a/vscode/prompts/review.md +++ b/vscode/prompts/review.md @@ -8,6 +8,9 @@ ``` opencli spx pr review-comment --pr {prNumber} --body-file /tmp/review-{prNumber}.md +``` + +审查结束以后,删除所有审查过程中创建的临时 worktree(`git worktree remove --force <路径>`),你当前所在的 worktree 除外。 ## 严禁