I have a repository which is a large pile of scripts organized functionally, that get assembled in various configurations for different deployments. To simplify maintenance, I have symlink mirrors set up that give the correct relative structure of each deployed setup so they can be edited and tested more easily.
I’m pretty sure Cursor used to just understand this and traverse this symlink structure and include context, but now all these files are invisible.
It can still search files and find context if I point it to the base of the repo with the ‘real’ files, but because relative pathing isn’t always correct that can be a problem.