What this page exercises
This page exists to validate the entire publication pipeline end-to-end before the first real article ships. It deliberately uses the same layout, schema, byline, TOC, and FAQ components that every production article will use.
How the date pipeline works
The byline and the JSON-LD dateModified are both rendered from a single
value: the git committer date on this Markdown file. There is no manual date
field for dateModified in the front matter — drift between the visible
byline and the schema is structurally impossible.
How the TOC pipeline works
The TOC at the top of this page was generated at build time from the H2 headings below. The slugs used for the heading IDs and the TOC anchor links come from the same deterministic slugger, so a TOC link can never point at an ID that does not exist.
CI validators that protect this
Three GitHub Actions guard against regressions on every PR: a broken-anchor check, a JSON-LD schema check, and a byline–schema date-match check. Each is non-negotiable — a failing check blocks the merge.