CLIMission
How to
Inspect provider capabilities
Read the registered work and repository provider capability catalogs.
What changes
providers reports the runtime capability source of truth for every registered work and repository provider. It performs no network request, git write, or external mutation.
When this helps
- Before choosing native or manual issue synchronization.
- Before assuming comments, attachments, workflow state, or project context are available.
- Before deciding whether PR handoff can create remotely or must remain a local preview.
Run this command
sumr mission providers# human-readable availability listssumr mission providers --json# complete capability catalog for automationFlags you can use
--jsonReturn a structured JSON envelope for scripts, CI jobs, and AI assistants.
--help, -hShow the command syntax, supported flags, and examples without changing files.
Keep in mind
- Human-readable output summarizes issue-context and remote-creation availability. JSON includes every work-provider and repository-provider capability flag.
- Work-provider capabilities are
issueContext,comments,attachments,workflowState,projectContext, andexternalMutations. - Repository-provider capabilities are
pullRequestPreviewandpullRequestCreation. - Branch on capability values rather than maintaining a provider-name support matrix.