diff --git a/prompts/tool_prompts.py b/prompts/tool_prompts.py index f425b4d..eef3abd 100644 --- a/prompts/tool_prompts.py +++ b/prompts/tool_prompts.py @@ -148,7 +148,7 @@ SCOPE DISCIPLINE: Address ONLY the reported issue. Do not propose additional opt or improvements beyond what's needed to fix the specific problem. Resist the urge to suggest broader changes even if you notice other potential issues. -DEBUGGING STRATEGY: +DEBUGGING STRATEGY: 1. Read and analyze ALL provided files, error messages, logs, and diagnostic information thoroughly 2. Understand any requirements, constraints, or context given in the problem description 3. Correlate diagnostics with code to identify the precise failure point