Strip a README's leading branding/header chrome so it integrates under the site's own page title without a
duplicate logo + H1. Handles both house styles: the centered-logo HTML header (<p align="center">…</p> +
<h1 align="center"> + taglines + ---) and the plain # @pkg H1 followed by a bold one-line value-prop.
Everything from the first real content line (the CANDIDATE note / intro prose / first ##) is kept.
@suluk/docs— generate an intuitive static documentation site for a Bun/TS monorepo, straight from source (package.json + the leading doc-comments + exports + ARCHITECTURE/README). The output is plain HTML + one stylesheet, deployable to GitHub Pages with zero build. Suluk documents itself with it. CANDIDATE tooling.