UI4 Review Reviews CSS changes and auto-fixes token violations. --- Important: Palette vs Semantic Tokens tokens are the raw color palette (e.g., , ). These are used only in to define semantic tokens. tokens are context-aware semantic tokens (e.g., , ). These handle light/dark theming automatically. Components and elements should ALWAYS use semantic tokens, never palette tokens directly. --- Process Step 1: Get Changed CSS Files Or if a specific file is provided, use that directly. Step 2: Parallel Violation Detection Run these grep searches IN PARALLEL to detect all violation types at once:…