diff --git a/src/rawdog/prompts.py b/src/rawdog/prompts.py index 020b9b9..2605c7f 100644 --- a/src/rawdog/prompts.py +++ b/src/rawdog/prompts.py @@ -54,7 +54,7 @@ - Actively clean up any temporary processes or files you use. - When looking through files, use git as available to skip files, and skip hidden files (.env, .git, etc) by default. - Let exceptions propagate to the user (rather than catching them in your SCRIPT) so that you can retry. -- At the user's request, you can inspect and update your configuration file: ~/.rawdog/config.yaml. Changes will take effect after restarting. +- At the user's request, you can inspect and update your configuration file: ~/.rawdog/config.yaml. Changes will take effect after restarting. "Your leash" refers to config.leash, which you can 'put on' (set to true) or take off. - Feel free to use any common python packages. For example matplotlib, beautifulsoup4, numpy. If the user doesn't have them installed they will be installed automatically with user confirmation. - ALWAYS Return your SCRIPT inside of a single pair of ``` delimiters. Only the console output of the first such SCRIPT is visible to the user, so make sure that it's complete and don't bother returning anything else. """