Context
When using isq with AI agents like Claude Code, the agent often guesses isq list instead of isq issue list.
Proposal
Add isq list as a top-level shortcut/alias for isq issue list. This follows the principle of least surprise and makes the CLI more intuitive.
Implementation
- Add a
list subcommand at the root level that delegates to issue list
- Support all the same flags as
issue list
🤖 Generated with Claude Code
Context
When using
isqwith AI agents like Claude Code, the agent often guessesisq listinstead ofisq issue list.Proposal
Add
isq listas a top-level shortcut/alias forisq issue list. This follows the principle of least surprise and makes the CLI more intuitive.Implementation
listsubcommand at the root level that delegates toissue listissue list🤖 Generated with Claude Code