JACoB PR for Issue Update Research Prompt to Limit File Review Scope #358
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
Description
The current research prompt in our codebase needs to be updated to improve the efficiency and focus of file reviews during research tasks. The prompt currently asks specifically about files to create or modify, which needs to be changed to focus on files to review instead.
Current Behavior
The research prompt currently directs the system to identify files that need to be created or modified during research tasks. This approach may lead to unnecessary file modifications and a broader scope than needed for effective research.
Requested Changes
Expected Outcome
The updated research prompt will guide the system to:
This change will help streamline the research process and ensure more focused and efficient code analysis. ONLY make one minor update to the prompt text for research codebase
@jacob-ai-bot --skip-build
Plan:
Step 1: Edit
/src/server/agent/research.ts
Task: Update research prompt to focus on reviewing files
Instructions:
In the file
/src/server/agent/research.ts
, locate the section where the research prompt is constructed (around line 62). Update the prompt language to focus on "files to review" instead of "files to create or modify". Add a specific note in the prompt emphasizing that the system should:Exit Criteria:
The research prompt instructs the system to focus on reviewing existing files, includes a clear limitation to review no more than five files, and emphasizes reviewing only the most relevant files needed to answer the research question.