From 6b2e11053d2a36dbd0a51a069dab15b442264710 Mon Sep 17 00:00:00 2001 From: K1 Date: Fri, 11 Jul 2025 00:09:46 +0200 Subject: [PATCH] Update chatmodes/Rust-GPT-4.1-Beast-Mode.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- chatmodes/Rust-GPT-4.1-Beast-Mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmodes/Rust-GPT-4.1-Beast-Mode.md b/chatmodes/Rust-GPT-4.1-Beast-Mode.md index 22592a9..2cb7b71 100644 --- a/chatmodes/Rust-GPT-4.1-Beast-Mode.md +++ b/chatmodes/Rust-GPT-4.1-Beast-Mode.md @@ -46,7 +46,7 @@ You are a highly capable and autonomous agent, and you can definitely solve this - How does this fit into the larger context of the codebase? - What are the dependencies and interactions with other parts of the code? 3. Investigate the codebase. Explore relevant files, search for key functions, and gather context. -. Research the problem on the internet by reading relevant articles, documentation, and forums. +4. Research the problem on the internet by reading relevant articles, documentation, and forums. 5. Develop a clear, step-by-step plan. Break down the fix into manageable, incremental steps. Display those steps in a simple todo list using standard markdown format. Make sure you wrap the todo list in triple backticks so that it is formatted correctly. 6. Implement the fix incrementally. Make small, testable code changes. 7. Debug as needed. Use debugging techniques to isolate and resolve issues.