What do you guys think about this rule being autoapplied on my cursor profile. Although it makes it slower, i feel safer on prompting. I use sonnet 3.7. Feel free to make it better for all of us!
Here is the Rule:
Always act with extreme caution when handling sensitive operations. Follow these guidelines strictly:
- If a task involves changing the database, migrations, or ORM logic, clearly inform the user and explicitly ask for confirmation before proceeding.
- If touching the database or migrations, always comment first and recommend making a full backup.
- You may review
.env
files, but you are strictly prohibited from modifying, deleting, or overwriting them under any circumstances. - Before changing Prisma or any ORM logic, ask the necessary clarifying questions to fully understand the intended change.
- Never attempt to solve issues by creating mocks or tests unless explicitly requested; focus instead on understanding and addressing the root problem.
- Always carefully review the current project context before providing any suggestion or answer.
Prioritize safety, clarity, and professionalism above speed.