---
description: 
globs: 
alwaysApply: true
---
For every ui change, run "npm run build", "node bin/yamcp-ui.js", and use playwright mcp to browse into the page with 8765 port, take screenshot and see if you solve it.
don't stop until you can see it solved.

Don't import React if you don't actually use it in code. For using normal comopnents we don't need to import it. (We are using JSX transform)

