Open
Description
The new invoker API now returns a ProjectGenerationResult
. We should probably encapsulate the management of temporary directories in there so that we don't have to register/remove files once the archive has been created.
That would replace the temporaryFiles
map altogether in theory.
The idea is to keep that knowledge on the result with a high-level method to "clean" the generated structure once we're done.