Skip to content

Commit df7ec00

Browse files
backnotpropclaude
andcommitted
fix: sync review command wording in install scripts with plugin
The plugin's plannotator-review.md was updated in #293 to handle LGTM approvals but the install scripts still had the old wording. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1af94e5 commit df7ec00

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/install.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ echo !`plannotator review`
185185
echo.
186186
echo ## Your task
187187
echo.
188-
echo Address the code review feedback above. The user has reviewed your changes in the Plannotator UI and provided specific annotations and comments.
188+
echo If the review above contains feedback or annotations, address them. If no changes were requested, acknowledge and continue.
189189
) > "!CLAUDE_COMMANDS_DIR!\plannotator-review.md"
190190

191191
echo Installed /plannotator-review command to !CLAUDE_COMMANDS_DIR!\plannotator-review.md

scripts/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ allowed-tools: Bash(plannotator:*)
140140
141141
## Your task
142142
143-
Address the code review feedback above. The user has reviewed your changes in the Plannotator UI and provided specific annotations and comments.
143+
If the review above contains feedback or annotations, address them. If no changes were requested, acknowledge and continue.
144144
"@ | Set-Content -Path "$claudeCommandsDir\plannotator-review.md"
145145

146146
Write-Host "Installed /plannotator-review command to $claudeCommandsDir\plannotator-review.md"

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ allowed-tools: Bash(plannotator:*)
136136
137137
## Your task
138138
139-
Address the code review feedback above. The user has reviewed your changes in the Plannotator UI and provided specific annotations and comments.
139+
If the review above contains feedback or annotations, address them. If no changes were requested, acknowledge and continue.
140140
COMMAND_EOF
141141

142142
echo "Installed /plannotator-review command to ${CLAUDE_COMMANDS_DIR}/plannotator-review.md"

0 commit comments

Comments
 (0)