ReadonlydateISO date of the analysis
ReadonlyanalysisResolved analysis directory path
ReadonlymanifestParsed manifest.json (null when manifest not found)
ReadonlyoverallOverall confidence from the manifest
ReadonlyfilesLoaded analysis files keyed by method name
Analysis context loaded from the analysis pipeline output directory.
Strategies call loadAnalysisContext during ArticleStrategy.fetchData and store the result in their data payload. The context is then consumed by ArticleStrategy.buildContent to enrich articles with analytical depth.
When analysis files are not available (e.g. the analysis stage was skipped), the context is
nulland strategies degrade gracefully to their existing behaviour.