Run the backfill across every news/*.html file under repoRoot.
dryRun: true โ don't write any files; still returns a full summary.
check: true โ after the dry-run pass, exit-1 if any file still has skipped-no-og-locale (used by CI as a guard).
Exit semantics (when invoked as CLI): 0 โ no files needed an update, or all updates succeeded 1 โ --check and at least one file is missing the og:locale tag
Run the backfill across every news/*.html file under
repoRoot.dryRun: trueโ don't write any files; still returns a full summary.check: trueโ after the dry-run pass, exit-1 if any file still hasskipped-no-og-locale(used by CI as a guard).Exit semantics (when invoked as CLI): 0 โ no files needed an update, or all updates succeeded 1 โ
--checkand at least one file is missing the og:locale tag