Build Provenance
This site can prove how it was built. Every page is generated by a static-site generator written in Coherence Language, verified by automated gates, and hashed so you can check that what you are reading is what was built.
The pipeline
The generator (pipeline/ssg/src/build.cl) is compiled and run by the Coherence Language toolchain: it assembles every page, the curve figures computed in-language, the feeds, and the sitemap. A post-build step then renders binary assets, and runs two kinds of gates: banned-copy checks (retired claims, dead evidence paths, and the em-dash character fail the build) and required-content checks (if load-bearing copy or pages go missing, the build fails instead of shipping). Only output that passes both gates is deployed.
Build stamped: 2026-07-27 03:49 UTC
Signed release
This release is Ed25519-signed. The signature covers the canonical manifest, so every hash in it, and therefore every deployed byte, is bound to one signed release: change any file without re-signing and verification fails.
Pinned release key: a64d4af965fe220ce1c881f70ebabe5355ab9abbf17f7f3d8fb71ee911d2c493
This release’s signature: 32796cddee4d9111a148b720e250d410b557…e7447c6add09
Re-verify it yourself, offline, against the pinned key (not the key the file carries):
python -c "import json,urllib.request as u;from cryptography.hazmat.primitives.asymmetric.ed25519 import Ed25519PublicKey as K;q=u.Request('https://coherenceenergylabs.com/build-manifest.json',headers={'User-Agent':'CEL-Release-Verifier/1'});m=json.load(u.urlopen(q));r=m.pop('receipt');b=json.dumps(m,sort_keys=True,separators=(',',':')).encode();K.from_public_bytes(bytes.fromhex('a64d4af965fe220ce1c881f70ebabe5355ab9abbf17f7f3d8fb71ee911d2c493')).verify(bytes.fromhex(r['signature']),b);print('RELEASE SIGNATURE VALID')"
Every artifact hashed
Every deployed artifact, HTML, CSS, JavaScript, images, and demo proof fixtures alike, is listed with the SHA-256 hash of its exact bytes in the signed manifest at /build-manifest.json. Fetch any file and hash it; the values must match. The table below is a readable excerpt.
curl -s https://coherenceenergylabs.com/about/ | sha256sum
The signed manifest covers every deployed artifact except itself and this page; a document cannot contain its own hash.