From dacd16856002f28419965a789b45ee174d49ab64 Mon Sep 17 00:00:00 2001 From: Paul Preibisch Date: Fri, 21 Nov 2025 14:12:21 -0700 Subject: [PATCH] fix: Change 'claude-code' to 'claude' in test script instructions The correct command to start Claude is 'claude', not 'claude-code'. Updated line 362-363 in test-bmad-pr.sh to show the correct command. --- test-bmad-pr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-bmad-pr.sh b/test-bmad-pr.sh index 64a23d4d..26c52636 100755 --- a/test-bmad-pr.sh +++ b/test-bmad-pr.sh @@ -359,8 +359,8 @@ echo "" echo " 1. Navigate to test project:" echo -e " ${GREEN}cd $TEST_DIR/bmad-project${NC}" echo "" -echo " 2. Start Claude Code session:" -echo -e " ${GREEN}claude-code${NC}" +echo " 2. Start Claude session:" +echo -e " ${GREEN}claude${NC}" echo "" echo " 3. Test party mode:" echo -e " ${GREEN}/bmad:core:workflows:party-mode${NC}"