update Suggestion::fromLiteral to allow relying on user environment data (but not specific arc though), add loader and context to Runtime class and pass it to fromLiteral
re RecipeResolver: I need to investigate whether this is still happening and why. If it is not easy to fix, I'll move resolving the recipe to the instantiate method
get rid of the existing Plan class (in suggestion.ts) - comment that it is temporary to begin with
update
Suggestion::fromLiteral
to allow relying on user environment data (but not specific arc though), addloader
andcontext
toRuntime
class and pass it tofromLiteral
re
RecipeResolver
: I need to investigate whether this is still happening and why. If it is not easy to fix, I'll move resolving the recipe to the instantiate methodget rid of the existing
Plan
class (in suggestion.ts) - comment that it is temporary to begin with