Engine lib requires in all scripts using engine needs to be updated from require 'we/lib/[engine]' to require '[engine]/lib/[engine]' (assuming the folder names = engine repo names)
after merge latest we repo with removed engines needs to be pulled before new repos (above) are cloned or downloaded to device to prevent sc class duplication breakage.
My engines are moved here: https://github.com/antonhornquist/ack https://github.com/antonhornquist/gong https://github.com/antonhornquist/r https://github.com/antonhornquist/why
Two things:
require 'we/lib/[engine]'
torequire '[engine]/lib/[engine]'
(assuming the folder names = engine repo names)we
repo with removed engines needs to be pulled before new repos (above) are cloned or downloaded to device to prevent sc class duplication breakage.