Sync changes from dev env to Web IDE
Adding a dependency is commonly done with a command line tool that will be available in the dev environment. This will update the dependency file (e.g. `Gemfiles`, `package.json`) and also update lockfiles too which are managed automatically by tools. Tools for scaffolding that create files, or code transpilers need the files they create to be committed. We need to provide a way to sync these back to the Web IDE.
epic