Shadcn Guideline: Command — Use Command for search. Description: Command component for searchable lists and palettes. Do: Command for command palette search. Don't: Input with custom dropdown. Good Example: <Command><CommandInput><CommandList>. Bad Example: <Input><div className="dropdown">. Severity: Medium. Docs: https://ui.shadcn.com/docs/components/command.