User-Pasted Image Integration When the user pastes images, determine what to do with each one and integrate it into the project. Step 1: Determine Intent Read the user's message and classify each image: | Intent | Signals | Action | |--------|---------|--------| | Design reference | "make it look like this", "match this style", "here's a mockup" | Analyze visually to guide your code. Do NOT copy into the project. | | App icon | "use this as the icon", "app icon", "this is the logo" | Copy to , resize to platform size. See references/app-icon-installation. | | In-app image | "add this image",…