Referencing a local folder inside of cursor for "live updates"?

i think the subject might have been brought up multiple times but i wonder if it’s currently possible to add a folder as a permanent source of reference for cursor to work with?

i have a local folder on a specific location so i don’t want to move it.
it is being updated constantly so i would like to reference it so claude knows what the heck i am talking about.

currently i am manually dragging in all the files inside of the chat window but obviously this is far from ideal.

tips or tricks are highly appreciated!

what about creating a symbolic link to it in your project folder?

ln -s /path/to/external/folder /path/to/project/directory/external-folder

windows:

mklink /D "C:\path\to\project\directory\external-folder" "C:\path\to\external\folder"

1 Like

ah, will try that! thanks :slight_smile: