claude-intern 1.3.0 → 1.3.1
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/README.md +6 -0
- package/dist/index.js +180 -177
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -240,6 +240,12 @@ claude-intern TASK-123 --create-pr
|
|
|
240
240
|
# Create pull request targeting specific branch
|
|
241
241
|
claude-intern TASK-123 --create-pr --pr-target-branch develop
|
|
242
242
|
|
|
243
|
+
# Auto-detect target branch from JIRA task description
|
|
244
|
+
# Simply add "Target branch: <branch-name>" to your task description
|
|
245
|
+
# Patterns supported: "Target branch:", "Base branch:", "PR target:"
|
|
246
|
+
claude-intern TASK-123 --create-pr
|
|
247
|
+
# (will use branch specified in task description, or fall back to --pr-target-branch)
|
|
248
|
+
|
|
243
249
|
# Testing options - skip ALL JIRA comments (feasibility + implementation)
|
|
244
250
|
claude-intern TASK-123 --skip-jira-comments
|
|
245
251
|
|