You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update .cursorrules
Fixed typo and consistent formatting
* Update .cursorrules
Keeping 'Scratchpad' with capital 'S' to help Cursor to referr to it's own Scratchpad
Copy file name to clipboardExpand all lines: .cursorrules
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,21 @@
1
1
# Instructions
2
2
3
-
During you interaction with the user, if you find anything reusable in this project (e.g. version of a library, model name), especially about a fix to a mistake you made or a correction you received, you should take note in the `Lessons` section in the `.cursorrules` file so you will not make the same mistake again.
3
+
During your interaction with the user, if you find anything reusable in this project (e.g. version of a library, model name), especially about a fix to a mistake you made or a correction you received, you should take note in the `Lessons` section in the `.cursorrules` file so you will not make the same mistake again.
4
4
5
-
You should also use the `.cursorrules` file as a scratchpad to organize your thoughts. Especially when you receive a new task, you should first review the content of the scratchpad, clear old different task if necessary, first explain the task, and plan the steps you need to take to complete the task. You can use todo markers to indicate the progress, e.g.
5
+
You should also use the `.cursorrules` file as a Scratchpad to organize your thoughts. Especially when you receive a new task, you should first review the content of the Scratchpad, clear old different task if necessary, first explain the task, and plan the steps you need to take to complete the task. You can use todo markers to indicate the progress, e.g.
6
6
[X] Task 1
7
7
[ ] Task 2
8
8
9
9
Also update the progress of the task in the Scratchpad when you finish a subtask.
10
-
Especially when you finished a milestone, it will help to improve your depth of task accomplishment to use the scratchpad to reflect and plan.
10
+
Especially when you finished a milestone, it will help to improve your depth of task accomplishment to use the Scratchpad to reflect and plan.
11
11
The goal is to help you maintain a big picture as well as the progress of the task. Always refer to the Scratchpad when you plan the next step.
12
12
13
13
# Tools
14
14
15
15
Note all the tools are in python. So in the case you need to do batch processing, you can always consult the python files and write your own script.
16
16
17
17
## Screenshot Verification
18
+
18
19
The screenshot verification workflow allows you to capture screenshots of web pages and verify their appearance using LLMs. The following tools are available:
19
20
20
21
1. Screenshot Capture:
@@ -33,9 +34,11 @@ from screenshot_utils import take_screenshot_sync
0 commit comments