Make visual proof part of every frontend task.
Copy this into AGENTS.md, CLAUDE.md, Cursor rules, or Windsurf rules.
## FlowReview
When making frontend UI changes:
1. Create or update a flow in flows/*.flow.js.
2. Exercise the changed route or component.
3. Run:
npx flowreview record --flow flows/<name>.flow.js --verify
4. Fix verifier issues and rerun.
5. Upload when a cloud endpoint is configured:
FLOWREVIEW_CLOUD_URL=https://flowreview-three.vercel.app/api/artifacts npx flowreview upload
6. Include the hosted review URL in your final response.
7. If the user leaves comments, read review.md and comments.json, fix open comments, and record again.