Home / Versions

Versions

Every release of this site. The badge in the top bar reads current from versions/index.json and links to that version's own details, rather than to a generic changelog, which is what the guidance asks for.

VersionDateWhat changed
v0.2.02026-09-11the delta is derived and never authored, so it is stored with its inputs pinned and the gate recomputes it
v0.1.02026-09-11the ontology is promoted out of a game and the five examples are derived rather than written

How the version cannot drift

admin/build/version.txt owns the version. The tag is derived from it by CI, which refuses to tag unless the newest release commit's subject carries the same string and the bump is the next one. The build generates versions/index.json and a file per version from that same string, and the release gate fails if the badge, llms.txt, the twins or the version surface disagree with it.

Each entry records the commit, because a version without one cannot be verified later, and says when it was reconstructed, because history assembled after the fact has to be labelled.

The machine readable index · The repository