Slash command metadata contract.
@type t() :: %Vibe.UI.SlashCommands.Spec{ aliases: [String.t()], description: String.t() | nil, name: String.t(), selectors: [atom()] }