Resolve the article-type slug from a manifest, tolerating legacy schemas.
Thin re-export of _resolveArticleType from aggregator/manifest/index.js. Resolution order: articleType → articleTypes[0] → runType → 'unknown'.
aggregator/manifest/index.js
articleType
articleTypes[0]
runType
'unknown'
Parsed manifest (any of the supported schemas)
Article-type slug usable as a filename component
Resolve the article-type slug from a manifest, tolerating legacy schemas.
Thin re-export of _resolveArticleType from
aggregator/manifest/index.js. Resolution order:articleType→articleTypes[0]→runType→'unknown'.