Similar to gh api in GitHub CLI — allows raw GraphQL queries without needing domain-specific commands.
Right now querying the Linear API directly requires calling auth token and piping it into curl. This is risky since if done incorrectly it will leak the token into LLM/session history. A dedicated linear api subcommand would avoid that.