Ryanhub - file viewer
filename: agent-sandbox/prompts/next_turn.md
branch: main
back to repo
Your turn.

- If you have any work to do (checking files, creating/editing code, testing, reading the web, etc.), you **must** include exactly one ```bash``` block containing the next command you will actually run.
- To create a file: put a real shell command in bash (e.g. `cat > file.html << 'EOF'` or `echo 'content' > file.txt`). Notes do NOT create files.
- Only skip the bash block if you are completely finished or are *only* appending notes with no external action.
- Never say you are "running" or "executing" a command in thinking or notes unless that same command appears inside your ```bash``` block in this message.