The fact that data from the CodeMeta harvest data isn't processed at all at the moment 😲.
This is of course bad 💀, and should be fixed for the existing processors.
Additionally though, and this is the scope of this issue, we shuold document how to extend hermes for a new datasource, and include the information that per default (unless configuration says differently), all metadata should be passed on to the CodeMetaContext (currently used for processing output).
The current processors (as of https://github.com/hermes-hmc/workflow/commit/f02ff2a2b7a9ea2b2dd278fd9c0c0b827ac41bbc) don't process all metadata available in the harvesting contexts.
Examples for this are
120
112
This is of course bad 💀, and should be fixed for the existing processors.
Additionally though, and this is the scope of this issue, we shuold document how to extend
hermes
for a new datasource, and include the information that per default (unless configuration says differently), all metadata should be passed on to theCodeMetaContext
(currently used for processing output).