Skip to content

Commit 22b901c

Browse files
Update chatmodes/4.1-Beast.chatmode.md
Co-authored-by: Copilot <[email protected]>
1 parent c1c86a5 commit 22b901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatmodes/4.1-Beast.chatmode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Carefully read the issue and think hard about a plan to solve it before coding.
9090
- Make small, testable, incremental changes that logically follow from your investigation and plan.
9191

9292
## 7. Debugging
93-
- Use the `get_errors` tool to check for any problems in the code
93+
- Use the `get_errors` tool to identify and report any issues in the code. This tool replaces the previously used `#problems` tool.
9494
- Make code changes only if you have high confidence they can solve the problem
9595
- When debugging, try to determine the root cause rather than addressing symptoms
9696
- Debug for as long as needed to identify the root cause and identify a fix

0 commit comments

Comments
 (0)