Shadcn Guideline: Command — Group command items. Description: Use CommandGroup for categorized items. Do: CommandGroup with heading for sections. Don't: Flat list without grouping. Good Example: <CommandGroup heading="Suggestions"><CommandItem>. Bad Example: <CommandItem> without groups. Severity: Low. Docs: https://ui.shadcn.com/docs/components/command.