Filesystem location and metadata for the analysis folder.
Optionalconfig: ArticlePipelineConfigOptional overrides for generated_at, language, and layout front-matter fields. When omitted, defaults match aggregateAnalysis().
A discriminated union: { ok: true, value } or { ok: false, error }.
Execute the full article pipeline from analysis artifacts to article.md.
This is a thin wrapper around
aggregateAnalysis()that conforms to the newPipelineResult<WriteStageOutput>discriminated union interface. Existing consumers can continue usingaggregateAnalysis()directly; new consumers should prefer this typed pipeline entry point.