Proposal
Swap the default order of the Pull Requests and Backlog sections in the Codev sidebar.
Current order (packages/vscode/package.json)
New order
Why this order reads better
Active triage flow is Builders → Backlog: glance at what's in flight, then look at what's next to start. Putting Backlog directly under Builders pairs the two surfaces that get checked together. Pull Requests is a downstream / completion-side surface — it makes more sense alongside Recently Closed at the bottom of the column. The new order tells a cleaner story top-to-bottom: workspace context → in-flight work → upcoming work → shipped/closing work → team/status meta-info.
Acceptance
Out of scope
Why BUGFIX
One-line array reorder in package.json. No design ambiguity, no logic change, ~5 LOC including the diff context. Single consult at the PR is the right amount of review.
Proposal
Swap the default order of the Pull Requests and Backlog sections in the Codev sidebar.
Current order (
packages/vscode/package.json)New order
Why this order reads better
Active triage flow is
Builders → Backlog: glance at what's in flight, then look at what's next to start. Putting Backlog directly under Builders pairs the two surfaces that get checked together. Pull Requests is a downstream / completion-side surface — it makes more sense alongside Recently Closed at the bottom of the column. The new order tells a cleaner story top-to-bottom: workspace context → in-flight work → upcoming work → shipped/closing work → team/status meta-info.Acceptance
packages/vscode/package.jsonupdated with the new order shown above.Out of scope
whenclause edits).Why BUGFIX
One-line array reorder in
package.json. No design ambiguity, no logic change, ~5 LOC including the diff context. Single consult at the PR is the right amount of review.