Build markdown for the political threat landscape assessment.
Uses the pipeline date parameter to ensure the assessment date in the
generated markdown matches the analysis/{date}/ folder, overriding
the new Date() timestamp that assessPoliticalThreats() stamps internally.
Parameters
fetchedData: Record<string,unknown>
Raw fetched EP data
date: string
Analysis date (used to override assessment date for consistency)
Build markdown for the political threat landscape assessment.
Uses the pipeline
dateparameter to ensure the assessment date in the generated markdown matches theanalysis/{date}/folder, overriding thenew Date()timestamp thatassessPoliticalThreats()stamps internally.