-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.cursorrules
More file actions
25 lines (14 loc) · 1.31 KB
/
.cursorrules
File metadata and controls
25 lines (14 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Instructions
During you interaction with the user, if you find anything reusable in this project especially about a fix to a mistake you made or a correction you received, you should take note in the `Lessons` section in the `@scratchpad.md` file so you will not make the same mistake again.
You should also use the `@scratchpad.md` 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.
[X] Task 1
[ ] Task 2
Also update the progress of the task in the Scratchpad when you finish a subtask.
Especially when you finished a milestone, it will help to improve your depth of task accomplishment to use the scratchpad to reflect and plan.
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.
# Project Overview
You will find the project overview in the `@docs/project_plan.md` file.
# Project progress
You will maintain the progress of the project in the `@docs/project_progress.md` file.
# Lessons
You will maintain the lessons you learned in the `@scratchpad.md` file.