From dae948ddcc23c693293784c4be36121563f2fcd4 Mon Sep 17 00:00:00 2001 From: PEZ Date: Wed, 1 Oct 2025 08:12:14 +0200 Subject: [PATCH] Fixes typo --- prompts/remember-interactive-programming.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.