Cursor agent in worktree always asks for permission to create .cursor/workspace/pr-body.txt

Hi I have yolo mode enabled, but for some reason I always have to provide permission to create .cursor/workspace/pr-body.txt. I would love guidance on how I can yolo this too.

I have a create-pr rule that I would love to get to a “fire and forget” state and this is literally the last piece.

ie like this

dot files and folders are hidden and typically contain secure info (think .env), so the agent will always ask permission before editing them.

Hey @philkuz

I’m a bit surprised to see .cursor/workspace at all! That’s not a path I’m familiar with. What files are going there / what actions are writing to it? Or is this something special that you’ve built?

Something special that I’ve built

Meant to follow-up. Thanks for the tip @Chris_C. Switching out of this dot directory worked for me. Now I just write to agent_workspace at the top of my repo.

For more context, @Colin i used .cursor/workspace as a place to organize what my agent outputs for prs. I have a rule that will write pr bodys to a text file because I noticed that it would follow formats better that way.

2 Likes