I have a general purpose stack, which I use for most of my programming, with a 'start using stack "scripts.livecode"'. It sits in one of my Livecode-related folder. Since 2001 (or so, IIRC), I have changed Macs and reorganised my Rev/LC folders, of course. Now I have about twenty versions of that stack

Whenever I rearrange my files and folder, my old stacks can't run anymore, as they don't find the stack "scripts", because of the pathnames changes.
If I leave a copy of it near each of my stacks and use relative pathnames, that would be a 'bread crumbs' approach with dozens/hundreds of copies. I'd rather put it into some fixed place once for all. Is there a place that seems better than others? I've thought of:
- the Livecode folder in Applications but I don't like the idea of leaving a stack there
- the 'Development > Objects Library' but I can't seem to add anything to it; and can I add a script or a stack?
- anywhere else?
- or, of course, some fixed folder… which is still the same problem.
I feel most people here have solved that same problem, but I missed the right solution!