Pure resolution helpers over a parsed Manifest.
Consolidates the article-type precedence ladder (articleType →
articleTypeSlug → articleTypes[0] → runType), the latest-gate-result
lookup, and the manifest.files flattener so they live in one bounded
context instead of being duplicated across analysis-aggregator.ts and
article-generator.ts.
Description
Pure resolution helpers over a parsed Manifest. Consolidates the article-type precedence ladder (
articleType→articleTypeSlug→articleTypes[0]→runType), the latest-gate-result lookup, and themanifest.filesflattener so they live in one bounded context instead of being duplicated acrossanalysis-aggregator.tsandarticle-generator.ts.