Following on work from #10, a few more tasks that might be valuable:
- Homogenizing the configuration structure between plugin-provided output products and built-in output products, e.g. moving all built-in products from using their bespoke configuration keys to a similar structure used by the plugins (within e.g.
product.builtin.<name>
- Enforcing & handling output product filenames from within common code, instead of leaving it open to plugin implementations (which e.g. could write to incorrect locations/filenames with unparseable versions, etc.)
- More elegantly handling the addition/removal of output product plugins w/ the Run History File contents and logic
Following on work from #10, a few more tasks that might be valuable:
product.builtin.<name>