Executes all enabled analysis methods sequentially, writing markdown files
to outputDir/{date}/ and a manifest.json summary. Individual method
failures are isolated — other methods continue regardless.
Parameters
fetchedData: Record<string,unknown>
Raw EP data fetched by the fetch stage (keyed by data type)
Run the full analysis pipeline stage.
Executes all enabled analysis methods sequentially, writing markdown files to
outputDir/{date}/and amanifest.jsonsummary. Individual method failures are isolated — other methods continue regardless.