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.
This commit is contained in:
Paul Preibisch 2025-11-21 14:12:21 -07:00
parent 77209a8572
commit dacd168560
1 changed files with 2 additions and 2 deletions

View File

@ -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}"