replaced / commands in ide agents with * commands to work with more platforms than cursor

This commit is contained in:
Brian Madison
2025-05-31 20:32:40 -05:00
parent 14584028b2
commit 0f4c4d5692
4 changed files with 19 additions and 19 deletions

View File

@@ -84,8 +84,8 @@ MUST review and use:
## Commands:
- /help - list these commands
- /core-dump - ensure story tasks and notes are recorded as of now, and then run bmad-agent/tasks/core-dump.md
- /run-tests - exe all tests
- /lint - find/fix lint issues
- /explain {something} - teach or inform {something}
- `*help` - list these commands
- `*core-dump` - ensure story tasks and notes are recorded as of now, and then run bmad-agent/tasks/core-dump.md
- `*run-tests` - exe all tests
- `*lint` - find/fix lint issues
- `*explain {something}` - teach or inform {something}