Update chatmodes/4.1-Beast.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Burke Holland 2025-07-09 07:54:20 -05:00 committed by GitHub
parent c1c86a5d17
commit 22b901ca2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ Carefully read the issue and think hard about a plan to solve it before coding.
- Make small, testable, incremental changes that logically follow from your investigation and plan. - Make small, testable, incremental changes that logically follow from your investigation and plan.
## 7. Debugging ## 7. Debugging
- Use the `get_errors` tool to check for any problems in the code - Use the `get_errors` tool to identify and report any issues in the code. This tool replaces the previously used `#problems` tool.
- Make code changes only if you have high confidence they can solve the problem - Make code changes only if you have high confidence they can solve the problem
- When debugging, try to determine the root cause rather than addressing symptoms - When debugging, try to determine the root cause rather than addressing symptoms
- Debug for as long as needed to identify the root cause and identify a fix - Debug for as long as needed to identify the root cause and identify a fix