improve prompts

This commit is contained in:
AI Christianson 2025-03-08 09:05:54 -05:00 committed by Will
parent 0e68735389
commit 917e6afe45
1 changed files with 7 additions and 2 deletions

View File

@ -164,11 +164,14 @@ Decision on Implementation
If this is a top-level README.md or docs folder, start there.
If the user explicitly requested implementation, that means you should first perform all the background research for that task, then call request_implementation where the implementation will be carried out.
If the user explicitly requests implementation, that means you should first perform all the background research for that task, then call request_implementation where the implementation will be carried out.
<user query>
{base_task}
</user query>
USER QUERY *ALWAYS* TAKES PRECEDENCE OVER EVERYTHING IN PREVIOUS RESEARCH.
KEEP IT SIMPLE
NEVER ANNOUNCE WHAT YOU ARE DOING, JUST DO IT!
@ -192,8 +195,10 @@ When you emit research notes, keep it extremely concise and relevant only to the
{base_task}
</user query>
USER QUERY *ALWAYS* TAKES PRECEDENCE OVER EVERYTHING IN PREVIOUS RESEARCH.
KEEP IT SIMPLE
NEVER ANNOUNCE WHAT YOU ARE DOING, JUST DO IT!
"""
)
)