-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Conversation
This was referenced Jun 20, 2026
Submit framed every run the same way — a "Stack to submit:" header and a
per-branch tree — regardless of whether there was a real stack to show.
The output now adapts to where submit is run from:
- A lone branch off trunk reads as a single PR ("name → base"), dropping
the stack header, the "Submitting 1 branch" count, the per-row branch
name, and the "Pull requests" list in favor of a bare ref + URL.
- A real stack keeps the stack framing, now annotated with its base
("Stack to submit → main") and aligned action columns.
- Running submit while checked out on trunk surfaces a distinct outcome
(OutcomeOnTrunk) that points at creating or checking out a branch,
rather than a bare "No branches to submit".
The plan snapshot already carries the branch set, current branch, and
trunk, so the shape is known before the first plan line streams in.
@jonnii
jonnii
force-pushed
the
jonnii/20260610220955/tighten-submit-output-and-surface-swallowed
branch
from
June 23, 2026 02:14
8558de4 to
f510aa4
Compare
@jonnii
jonnii
changed the base branch from
jonnii/20260610220955/tighten-submit-output-and-surface-swallowed
to
main
June 23, 2026 02:14
@jonnii
jonnii
force-pushed
the
jonnii/20260620010701/tailor-submit-output-to-stack-shape
branch
from
June 23, 2026 02:14
d822ea9 to
4a9f9c6
Compare
@jonnii
jonnii
changed the base branch from
main
to
jonnii/20260610220955/tighten-submit-output-and-surface-swallowed
June 23, 2026 02:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
Submit framed every run the same way — a "Stack to submit:" header and a
per-branch tree — regardless of whether there was a real stack to show.
The output now adapts to where submit is run from:
the stack header, the "Submitting 1 branch" count, the per-row branch
name, and the "Pull requests" list in favor of a bare ref + URL.
("Stack to submit → main") and aligned action columns.
(OutcomeOnTrunk) that points at creating or checking out a branch,
rather than a bare "No branches to submit".
The plan snapshot already carries the branch set, current branch, and
trunk, so the shape is known before the first plan line streams in.
Stack
Auto-generated by Stackit