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

terminal
sumr mission providers# human-readable availability listssumr mission providers --json# complete capability catalog for automation

Flags you can use

--json

Return a structured JSON envelope for scripts, CI jobs, and AI assistants.

--help, -h

Show 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, and externalMutations.
  • Repository-provider capabilities are pullRequestPreview and pullRequestCreation.
  • Branch on capability values rather than maintaining a provider-name support matrix.