Fix typos and improve documentation clarity (#275)

* Fixes typo

* Removes duplicated docstring placement instruction

* Update from user feedback
This commit is contained in:
Peter Strömberg
2025-10-02 06:21:29 +02:00
committed by GitHub
parent 383c9bec9e
commit 591d2fdc08
3 changed files with 11 additions and 20 deletions

View File

@@ -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.