When suggesting a change that breaks compatibility with previous versions, the bot should either update the engine in package.json to >= 0.8.0 or, ideally; be clever enough to put in detection code. For example;
becomes
(parseInt(process.version.split('.')[1]) > 8 ? fs.exists(*) : path.exists(*))