Parent
#21 — Agent UX: state-by-name, command aliases, prep/pr-ready, list guardrail
What to build
Make the command surface forgiving of the verbs and near-misses agents actually type.
End-to-end behavior:
- Every resource's
get command also answers to view and show (e.g. linear issues view ANN-1 and linear issues show ANN-1 behave like get).
- Unknown commands and options print a "did you mean" suggestion (enable Commander
showSuggestionAfterError and showHelpAfterError).
- The
states command answers to statuses and workflow-states, so the names agents guess for state discovery resolve.
This must not disturb the unrelated existing top-level skills show or project status subcommands.
Acceptance criteria
Blocked by
- None - can start immediately
Parent
#21 — Agent UX: state-by-name, command aliases, prep/pr-ready, list guardrail
What to build
Make the command surface forgiving of the verbs and near-misses agents actually type.
End-to-end behavior:
getcommand also answers toviewandshow(e.g.linear issues view ANN-1andlinear issues show ANN-1behave likeget).showSuggestionAfterErrorandshowHelpAfterError).statescommand answers tostatusesandworkflow-states, so the names agents guess for state discovery resolve.This must not disturb the unrelated existing top-level
skills showorproject statussubcommands.Acceptance criteria
linear issues view <id>andlinear issues show <id>behave likegetview/showaliases apply to all resource entitieslinear statuses listandlinear workflow-states listresolve tostates listskills show/project statusare unaffectedview/showresolve to thegethandler; a suggestion fires for an unknown commandBlocked by