You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cr init profile chooser currently lists profile names without showing where each profile will run. For a user editing a profile, that routing context is the most important piece of information: it answers “what is this reviewer, and where should it apply?”
The chooser also puts the default profile alongside named/routed profiles without making its fallback behavior explicit.
Desired behavior
Render profile choices from most-specific to least-specific routing behavior, and show each profile's automatic selection routes under the profile name.
Target shape:
Choose a profile to edit or create.
Review Profile
monit
github.com/SignalFT; github.com/OtherMonitOrg
open-cli-collective
github.com/open-cli-collective
rianjs
github.com/rianjs
default
Everything else
Create new profile
Back to main menu
Details:
Show route entries under each profile as ; -concatenated text.
Render route summaries in the softer secondary/description color.
Keep keyboard highlighting behavior the same when arrowing over profile rows.
Treat the default profile as the least-specific fallback and describe it as Everything else.
Problem
The
cr initprofile chooser currently lists profile names without showing where each profile will run. For a user editing a profile, that routing context is the most important piece of information: it answers “what is this reviewer, and where should it apply?”The chooser also puts the default profile alongside named/routed profiles without making its fallback behavior explicit.
Desired behavior
Render profile choices from most-specific to least-specific routing behavior, and show each profile's automatic selection routes under the profile name.
Target shape:
Details:
;-concatenated text.Everything else.Actionsare not attached to selectable rows.Specificity ordering guidance
Prefer an order that helps users reason about routing:
Acceptance criteria
;delimiters, not newline-only formatting.Everything else).Create new profileandBack to main menuactions remain available.