Barrel re-export for the article HTML chrome / shell /
enhancement layer. The previous monolithic module was split
(Refactor 7/8) into focused sub-modules under ./html/:
./html/analysis-index-cards.ts — Analysis Index card grid
Public API is preserved for downstream importers (production code in
src/aggregator/article-generator.ts, src/index.ts, tests in
test/unit/article-html.test.js + siblings, and any compiled
scripts/aggregator/*.js consumers).
Description
Barrel re-export for the article HTML chrome / shell / enhancement layer. The previous monolithic module was split (Refactor 7/8) into focused sub-modules under
./html/:./html/shell.ts—wrapArticleHtml+WrapArticleOptions./html/toc.ts—buildArticleToc+ helpers./html/hreflang.ts— language switcher + alternate links./html/headline.ts— title / headline / separator helpers./html/localize-body.ts— appendix-section localization./html/tradecraft-cards.ts— Tradecraft References card grid./html/analysis-index-cards.ts— Analysis Index card gridPublic API is preserved for downstream importers (production code in
src/aggregator/article-generator.ts,src/index.ts, tests intest/unit/article-html.test.js+ siblings, and any compiledscripts/aggregator/*.jsconsumers).