Read every artifact in AGGREGATION_ORDER from disk, clean it, concatenate the result with section headings + the Reader Intelligence Guide + per-document evidence + the Article Sources appendix, and return the publishable article markdown.
Slim orchestrator โ see the leaf modules for every transform step:
./cleaning/structural.js#cleanArtifactBody for the body cleaner
./seo/title.js#cleanArticleTitle / ./seo/title.js#titleFromBluf for title sourcing
./seo/description.js#readBlufParagraph / ./seo/description.js#readFirstParagraph for description sourcing
./reader-guide.js#buildReaderGuide for the navigation table
./per-document.js#expandPerDocumentAnalyses for documents/* expansion
./sources-appendix.js#buildSourcesAppendix for the closing appendix
./frontmatter.js#buildFrontMatter for the YAML head block
Read every artifact in AGGREGATION_ORDER from disk, clean it, concatenate the result with section headings + the Reader Intelligence Guide + per-document evidence + the Article Sources appendix, and return the publishable article markdown.
Slim orchestrator โ see the leaf modules for every transform step: