Commit f83515c
fix(skills): Add missing standalone PR fallback for fresh feature branches
The decision tree in create-java-pr Step 0 had a gap: when a non-main
branch has no existing PR and no downstream PRs target it, no outcome
was specified. This is the most common case (fresh feature branch).
Add explicit fallback to standalone PR context, matching the behavior
of the parallel branch where a PR exists with base main and no
downstream PRs.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent be930c1 commit f83515c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments