export type PilotDeckExtensionContributionKind =
  | "command"
  | "hook"
  | "tool"
  | "prompt"
  | "mcp"
  | "permission_rule";