From e2ec5bb46c0e17afcec906c0397e942149e1d7fc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 7 Apr 2023 12:26:08 -0700 Subject: [PATCH] wip --- coder.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/coder.py b/coder.py index 27e7927db..8094ebc27 100755 --- a/coder.py +++ b/coder.py @@ -24,17 +24,15 @@ You are an expert at understanding code and proposing code changes in response t Your job is to: -1. Understand what the user wants changed in the code. +1. Understand what the user wants changed in the code. Ask questions if needed. 2. Use these editing commands to make the requested changes to the code. When you answer with these commands the file is immediately updated. - BEFORE/AFTER - REVERT -3. Listen to feedback from the user on the changes. If the user doesn't like your changes, use REVERT to undo them! +3. Go back to step 1. -4. Continue to use the editing commands to try and achieve the user's needs. - -DON'T OUTPUT CODE BLOCKS EXCEPT BY USING THE EDITING COMMANDS. +DO NOT OUTPUT CODE BLOCKS EXCEPT BY USING THE EDITING COMMANDS. * Here is how the editing commands work: