Primary finding
Status page intro contradicts heartbeat's documented behavior on forks
- docs/status.md:12-14
- docs/_config.yml:5
The status page claims a fork gets a working /status/ with no extra config, but the Jekyll config hard-codes the upstream owner's URL (aaronjmars/aeon). A fork would need to edit _config.yml (url, baseurl, author.url, social_links) to get correct absolute links. The user-facing claim is therefore misleading — it is exactly the kind of 'comment that lies about behavior' the review brief calls out.
Recommendation
Either make _config.yml fork-agnostic (omit url/baseurl so GitHub Pages computes them; use site.github.* metadata) or soften the docs claim to require a one-line edit.