docs(merge-queue): add stacked PR support section to Chrome Extension page#598
docs(merge-queue): add stacked PR support section to Chrome Extension page#598samgutentag wants to merge 2 commits intomainfrom
Conversation
… page Documents the new stack-aware view added to the browser extension for stacked PRs queued with /trunk stack: stack path display, speculative PR chip, and enqueue/cancel behavior for the whole stack. Source: trunk-io/trunk2#3825 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
Claude finished @samgutentag's task in 2m 0s —— View job Claude PR Review
SummaryThe new Stacked pull requests section is well-scoped, scannable, and matches the page's existing voice and em-dash style. Cross-references (
What looks good
Setting |
| **What the panel shows:** | ||
|
|
||
| * **Stack path** — the full list of PRs in the stack from tip to base, so you can see where your PR sits within the group. | ||
| * **Speculative PR chip** — a link to the combined test PR Trunk created for the stack (labeled **Stacked PR #N**). Click it to open the speculative PR on GitHub and inspect its CI status. |
There was a problem hiding this comment.
Terminology inconsistency. This bullet describes the chip as a "Speculative PR chip" but in the same sentence says it is "labeled Stacked PR #N", and asks readers to click to "open the speculative PR." The companion page using-the-queue/stacked-pull-requests.md uses stacked PR consistently for this combined PR (the word "speculative" never describes this PR there — it only appears in the predictive-testing context).
Recommend renaming the chip and aligning the description with the rest of the docs:
| * **Speculative PR chip** — a link to the combined test PR Trunk created for the stack (labeled **Stacked PR #N**). Click it to open the speculative PR on GitHub and inspect its CI status. | |
| * **Stacked PR chip** — a link to the combined PR Trunk creates for the stack (labeled **Stacked PR #N**). Click it to open the stacked PR on GitHub and inspect its CI status. |
Also note the small tense fix (Trunk created → Trunk creates) since this describes general behavior rather than a past event.
| {% hint style="info" %} | ||
| Stacked PR queue support requires the [Trunk Sudo GitHub App](../setup-and-administration/trunk-sudo-app.md) and the `/trunk stack` workflow. Stacks submitted one PR at a time with `/trunk merge` are tracked individually, not as a group. | ||
| {% endhint %} |
There was a problem hiding this comment.
Suggestion — surface the prerequisite earlier. Readers learn at the very end of the section that the whole flow requires Trunk Sudo and the /trunk stack workflow. The rest of this page (lines 8–10) follows the convention of placing prerequisite hints at the top so readers don't get partway through before discovering they can't use the feature.
Consider moving this {% hint style="info" %} block to immediately after the ### Stacked pull requests heading, before "What the panel shows."
|
|
||
| **Actions:** | ||
|
|
||
| * **Add to Merge Queue** — enqueues the entire stack as one unit. Any PR page in the stack triggers the same operation. |
There was a problem hiding this comment.
Minor — "Any PR page in the stack triggers the same operation" is slightly ambiguous (the page itself doesn't trigger anything; clicking the button does). Consider tightening:
| * **Add to Merge Queue** — enqueues the entire stack as one unit. Any PR page in the stack triggers the same operation. | |
| * **Add to Merge Queue** — enqueues the entire stack as one unit. Clicking it on any member PR page submits the same stack. |
|
Claude finished @samgutentag's task in 1m 8s —— View job Claude PR Review
SummaryThe latest push ( Outstanding issues
What looks good
Setting |
|
Verification status (2026-05-06): Verified: customers can use this. Ready to publish.
Branch state: up to date with main. Suggested next action: merge. |
Summary
Adds a "Stacked pull requests" section to the Chrome Extension docs explaining the new stack-aware panel: stack path display, speculative PR chip with link, and enqueue/cancel behavior that applies to the whole stack. Includes a hint linking to Trunk Sudo requirements.
Source
Test plan
Generated by Claude Code