Barrel re-export for the Reader Intelligence Guide
component. The previous monolithic module was split (Refactor 7/8)
into focused sub-modules under ./reader-guide/:
Public API is preserved for downstream importers (production code in
src/aggregator/article-generator.ts, tests in
test/unit/reader-intelligence-guide.test.js, and any compiled
scripts/aggregator/*.js consumers).
Description
Barrel re-export for the Reader Intelligence Guide component. The previous monolithic module was split (Refactor 7/8) into focused sub-modules under
./reader-guide/:./reader-guide/labels.ts— top-level chrome labels (14 langs)./reader-guide/rows.ts— per-section reader-need / value rows./reader-guide/icons.ts— section icons + lookup helper./reader-guide/builder.ts—buildReaderIntelligenceGuideHtml./reader-guide/strip.ts—stripInlineReaderGuidePublic API is preserved for downstream importers (production code in
src/aggregator/article-generator.ts, tests intest/unit/reader-intelligence-guide.test.js, and any compiledscripts/aggregator/*.jsconsumers).