claude-issue-solver 1.34.0 → 1.35.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.
@@ -119,7 +119,7 @@ Instructions:
119
119
  2. Implement the necessary changes
120
120
  3. Make sure to run tests if applicable
121
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
+ 5. After committing, create a PR that closes this issue (use "Closes #${issueNumber}" in the PR body)`;
123
123
  // Write prompt to a file to avoid shell escaping issues with backticks, <>, etc.
124
124
  const promptFile = path.join(worktreePath, '.claude-prompt.txt');
125
125
  fs.writeFileSync(promptFile, prompt);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-issue-solver",
3
- "version": "1.34.0",
3
+ "version": "1.35.0",
4
4
  "description": "Automatically solve GitHub issues using Claude Code",
5
5
  "main": "dist/index.js",
6
6
  "bin": {