|
88 | 88 | - read_file on specific files to understand implementation |
89 | 89 | - search_files for specific error messages or patterns |
90 | 90 |
|
| 91 | + Formulate an independent technical plan to solve the problem, disregarding any solution proposed by the issue author. |
| 92 | + |
91 | 93 | Document all relevant findings including: |
92 | 94 | - File paths and line numbers |
93 | 95 | - Current implementation details |
| 96 | + - Your proposed implementation plan |
94 | 97 | - Related code that might be affected |
95 | 98 | </instructions> |
96 | 99 | </step> |
|
134 | 137 | [paste any error messages or logs] |
135 | 138 | ``` |
136 | 139 |
|
137 | | - ## Technical Context (from codebase exploration) |
| 140 | + ## Technical Analysis |
138 | 141 |
|
139 | 142 | Based on my investigation: |
140 | 143 | - The issue appears to be in [file:line] |
141 | 144 | - Related code: [brief description with file references] |
142 | 145 | - Possible cause: [technical explanation] |
| 146 | + - **Proposed Fix:** [Detail the fix from your implementation plan.] |
143 | 147 | ``` |
144 | 148 |
|
145 | 149 | For Feature Requests, format as: |
|
156 | 160 |
|
157 | 161 | ## How should this be solved? |
158 | 162 |
|
159 | | - [Detailed solution description] |
| 163 | + [Based on your independent analysis, describe your proposed solution here. Disregard the author's proposal.] |
160 | 164 |
|
161 | 165 | **What will change:** |
162 | 166 | - [Specific change 1] |
|
185 | 189 | **Main challenges:** [technical difficulties] |
186 | 190 | **Dependencies:** [what's needed] |
187 | 191 |
|
188 | | - ## Technical Implementation Details (from codebase exploration) |
| 192 | + ## Technical Implementation Plan |
189 | 193 |
|
190 | | - Based on my analysis: |
| 194 | + Based on my analysis from the previous step: |
191 | 195 | - Key files to modify: [list with paths] |
192 | 196 | - Current architecture: [brief description] |
193 | 197 | - Integration points: [where this fits] |
194 | 198 | - Similar patterns in codebase: [examples] |
| 199 | + - Implementation Steps: [Provide a detailed, step-by-step guide for your proposed solution.] |
195 | 200 |
|
196 | 201 | ## Technical Considerations |
197 | 202 |
|
|
0 commit comments