There isn't really a need to have both id and path parameters. Every plugin produces only one file, so id could be inferred. If a plugin needs to reference another plugin's output file, it should be able to import ID (output path) from that plugin. This change does not consider what would happen if a plugin creates multiple files as there isn't such use case at the moment.
There isn't really a need to have both
id
andpath
parameters. Every plugin produces only one file, soid
could be inferred. If a plugin needs to reference another plugin's output file, it should be able to import ID (output path) from that plugin. This change does not consider what would happen if a plugin creates multiple files as there isn't such use case at the moment.