claude-issue-solver 1.33.0 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/solve.js +2 -1
- package/package.json +1 -1
package/dist/commands/solve.js
CHANGED
|
@@ -118,7 +118,8 @@ Instructions:
|
|
|
118
118
|
1. Analyze the issue and understand what needs to be done
|
|
119
119
|
2. Implement the necessary changes
|
|
120
120
|
3. Make sure to run tests if applicable
|
|
121
|
-
4. When done, commit your changes with a descriptive message that references the issue
|
|
121
|
+
4. When done, commit your changes with a descriptive message that references the issue
|
|
122
|
+
5. A PR will be created automatically when you commit - no need to create one manually`;
|
|
122
123
|
// Write prompt to a file to avoid shell escaping issues with backticks, <>, etc.
|
|
123
124
|
const promptFile = path.join(worktreePath, '.claude-prompt.txt');
|
|
124
125
|
fs.writeFileSync(promptFile, prompt);
|