Resolver output filenames that must NEVER be walked as a source by the
top-level fallback scan in extractArtifactHighlight. These are
either the resolver's own output (article.md, article-meta.json)
or per-language renderings that contain transcluded metadata-banner
lines (**Threat Level:** …, **Key Assumptions Check**: …) that
priority-finding-highlight.ts Pattern C would falsely accept as
editorial headlines. See the regression catalogue documented in
scripts/validate-article-seo.js for the smoking-gun live-site
defects (2026-05-22 week-ahead <title>Threat Level</title>,
2026-05-22 committee-reports <title>Key Assumptions Check</title>).
Returns true for resolver-output filenames.
Parameters
filename: string
Bare filename (no path), e.g. article.md
Returns boolean
true when the file is a resolver output and must be skipped
Resolver output filenames that must NEVER be walked as a source by the top-level fallback scan in extractArtifactHighlight. These are either the resolver's own output (
article.md,article-meta.json) or per-language renderings that contain transcluded metadata-banner lines (**Threat Level:** …,**Key Assumptions Check**: …) thatpriority-finding-highlight.tsPattern C would falsely accept as editorial headlines. See the regression catalogue documented inscripts/validate-article-seo.jsfor the smoking-gun live-site defects (2026-05-22 week-ahead<title>Threat Level</title>, 2026-05-22 committee-reports<title>Key Assumptions Check</title>).Returns
truefor resolver-output filenames.