Reads the English executive-brief.md (or compatible
fallback artefacts) for a run directory and returns the SPDX-stripped
body so language-agnostic structural extractors
(briefing-highlight.ts) can probe it for ## Reader Briefing
/ ## Strategic Intelligence Summary content.
Localized brief bodies (executive-brief_<lang>.md) are read by the
upward-pointing editorial-brief-resolver.ts; that file
cannot import this module without breaking the leaf-module rule, so
the localized brief loader stays where it is and re-exports its own
body via the dedicated helper.
Pure leaf module — depends only on fs/path and the SPDX-aware
reader from artifact-walker.
Description
Reads the English
executive-brief.md(or compatible fallback artefacts) for a run directory and returns the SPDX-stripped body so language-agnostic structural extractors (briefing-highlight.ts) can probe it for## Reader Briefing/## Strategic Intelligence Summarycontent.Localized brief bodies (
executive-brief_<lang>.md) are read by the upward-pointing editorial-brief-resolver.ts; that file cannot import this module without breaking the leaf-module rule, so the localized brief loader stays where it is and re-exports its own body via the dedicated helper.Pure leaf module — depends only on
fs/pathand the SPDX-aware reader from artifact-walker.