Skip to content

Commit 86186fd

Browse files
authored
Update cursorrules with new instructions and tools (#27)
1 parent da66e29 commit 86186fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.cursorrules

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ During you interaction with the user, if you find anything reusable in this proj
55
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.
66
[X] Task 1
77
[ ] Task 2
8+
89
Also update the progress of the task in the Scratchpad when you finish a subtask.
910
Especially when you finished a milestone, it will help to improve your depth of task accomplishment to use the scratchpad to reflect and plan.
1011
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.
@@ -56,14 +57,12 @@ If needed, you can further use the `web_scraper.py` file to scrape the web page
5657

5758
## User Specified Lessons
5859

59-
- You have a python venv in ./venv.
60+
- You have a python venv in ./venv. Use it.
6061
- Include info useful for debugging in the program output.
6162
- Read the file before you try to edit it.
62-
- Use LLM to perform flexible text understanding tasks. First test on a few files. After success, make it parallel.
6363

6464
## Cursor learned
6565

66-
- For website image paths, always use the correct relative path (e.g., 'images/filename.png') and ensure the images directory exists
6766
- For search results, ensure proper handling of different character encodings (UTF-8) for international queries
6867
- Add debug information to stderr while keeping the main output clean in stdout for better pipeline integration
6968
- When using seaborn styles in matplotlib, use 'seaborn-v0_8' instead of 'seaborn' as the style name due to recent seaborn version changes

0 commit comments

Comments
 (0)