Ember-CLI addon ember-cli upgrades

Hi,

I was curious about updating the ember-cli for add ons. And outlined my thoughts here: https://gist.github.com/ohcibi/23a19ad2d6cabf7342ac

Note that this is a WIP and not a current guid or anything and I actually want to discuss the dos and don’ts of it.

So any thoughts/input would be welcome.

I don’t know anything about Scheme and have not written an addon yet but I also update all my Ember CLI projects by git merge form a clean up-to-date Ember CLI (ember init .. overwrite all) branch. I use the same remote for all my projects. I think it is a good way but I also think it will be hard for a beginner to understand git merge , git fetch and branches. Perhaps we need to do something like “hub cherry-pick”.