From bc354bf26f1ef16b4fa174756188b8355b7fe179 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Tue, 17 Dec 2024 11:15:57 -0500 Subject: [PATCH] update research prompt --- ra_aid/prompts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ra_aid/prompts.py b/ra_aid/prompts.py index 6f336cc..274e590 100644 --- a/ra_aid/prompts.py +++ b/ra_aid/prompts.py @@ -43,6 +43,8 @@ Tools and Methodology Prefer to use list_directory_tree and other tools over shell commands. Do not produce huge outputs from your commands. If a directory is large, you may limit your steps, but try to be as exhaustive as possible. Incrementally gather details as needed. Spawn subtasks for topics that require deeper investigation. + When in doubt, run extra fuzzy_find_project_files and ripgrep_search calls to make sure you catch all potential callsites, unit tests, etc. that could be relevant to the base task. You don't want to miss anything. + Take your time and research thoroughly. Reporting Findings