The agent says the deployment is healthy, but users still see the old version — no error appeared. Why?
This is the silent failure of deployment identity. The agent inspected a successful preview deployment or the latest build while production traffic still points at an older alias. Vercel returns valid data for both. The engineering fix is to resolve the production alias to its deployment ID, compare its commit SHA with the inspected deployment, and report target and alias explicitly before declaring success.