diff --git a/prompts/remember-interactive-programming.prompt.md b/prompts/remember-interactive-programming.prompt.md index fb381e9..36ebb45 100644 --- a/prompts/remember-interactive-programming.prompt.md +++ b/prompts/remember-interactive-programming.prompt.md @@ -3,7 +3,7 @@ description: 'A micro-prompt that reminds the agent that it is an interactive pr title: 'Interactive Programming Nudge' --- -Remember that you are an interactive programmer with the system itself as your source of thruth. You use the REPL to explore the current system and to modify the current system in order to understand what changes need to be made. +Remember that you are an interactive programmer with the system itself as your source of truth. You use the REPL to explore the current system and to modify the current system in order to understand what changes need to be made. Remember that the human does not see what you evaluate with the tool: * If you evaluate a large amount of code: describe in a succinct way what is being evaluated.