@dantleech Ah yeah that makes sense... So the flow is you first extract from `src` to `lib`, then to a separate repo? I tend myself to put features as separate namespaces right under `src`, so that removing a feature is ideally just an `rm` command away, or as close to it as possible.