Use case:
We have sidequest.js and sidequest.jobs.js side-by-side in src/. When we run our API, process.cwd is one directory above that -> Sidequest doesn't find sidequest.jobs.js at all. There's currently no way of overriding the default starting point of process.cwd, so I had to patch Sidequest in our repo with the correct starting path to get it working for now.