The heibench org site, served at heibench.com.
Plain HTML and CSS. No build step, no dependencies, no JavaScript — git push
is the deploy.
index.html what the org is, and the two layers
silence.html the core rule, and the recorded instances of the defect
adjudications.html open conflicts between shipped members
assets/site.css the whole stylesheet
assets/mark.svg the org mark; generated in the .github repo
The contract itself lives in
.github/AGENTS.md.
This site is canonical for the evidence behind it — the defect record and
the adjudications — so that each fact lives in exactly one place.
Adding a case to the record means adding it here, not to AGENTS.md.
python3 -m http.server 8000
Then open http://localhost:8000. The pages use root-relative paths, so
opening the files directly over file:// will not load the stylesheet.
CC BY 4.0. This is prose and a stylesheet, not software: the material here exists to be quoted and argued with, and CC BY says so while asking for attribution. The tools themselves are licensed per repository — Apache-2.0 where the binding leaves the choice open, and whatever the engine compels where it does not.