mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-06 13:52:44 +02:00
better instructinos
This commit is contained in:
parent
e0f3432cd9
commit
f4f2f78c68
2 changed files with 34 additions and 4 deletions
|
|
@ -82,7 +82,7 @@ When constructing the prompt for the coding agent:
|
|||
|
||||
### Step 4: Report results
|
||||
|
||||
After the command finishes, present the coding agent's output directly to the user — do not rephrase, summarize, or add commentary on top of it. The agent's output is the result. Only add your own explanation if something went wrong (e.g. the command failed or the exit code is non-zero).
|
||||
After the command finishes, look for the summary that the coding agent produced at the end of its output and pass that along to the user as-is. Do not rewrite or add to it. Only add your own explanation if the command failed or the exit code is non-zero.
|
||||
|
||||
Do NOT use file reference blocks (e.g. \`\`\`file:path/to/file\`\`\`) when mentioning code files — they may not open correctly. Just refer to file paths as plain text.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue