From c4993e9eeebab903e2968b62f3ffccbb2547ad62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=A8=D0=BA=D0=B0=D0=B1?= =?UTF-8?q?=D0=B0=D1=82=D1=83=D1=80?= Date: Thu, 12 Feb 2026 12:50:25 +0300 Subject: [PATCH] Update workflow: screenshots go to screenshots/ dir Co-authored-by: Cursor --- .cursor/rules/agent-workflow.mdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cursor/rules/agent-workflow.mdc b/.cursor/rules/agent-workflow.mdc index 1a8e767..8d1bcb5 100644 --- a/.cursor/rules/agent-workflow.mdc +++ b/.cursor/rules/agent-workflow.mdc @@ -25,7 +25,7 @@ For every task, follow this sequence: After ANY visual change: 1. Ensure dev server is running (`npm run dev`) 2. Navigate to `http://localhost:5173` -3. Take screenshot to see result +3. Take screenshot to `screenshots/` folder (gitignored) 4. Check browser console for errors 5. Fix issues before committing