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-06-13 05:20 UTC
Verify it yourself
Each page below is listed with the SHA-256 hash of its built HTML. Fetch any page and hash it; the values must match. The same table is machine-readable at /build-manifest.json.
curl -s https://coherenceenergylabs.com/about/ | sha256sum
| Artifact | SHA-256 (first 16 hex) |
|---|---|
| /404.html | 60eccdff687f1bae… |
| /about/index.html | ce375d18db2ffbf4… |
| /accessibility/index.html | 4f955e68345c7bf1… |
| /ace/index.html | b8bdb2701ab16183… |
| /applications/index.html | 9b959fb5f95f6c8e… |
| /coherence-lang/index.html | 8b4b8275cf4c4855… |
| /disclaimer/index.html | 1306a0ca6240d5fd… |
| /feed.xml | 3df136a71036e25a… |
| /index.html | fd9039e52f6937c3… |
| /privacy/index.html | cc815b7a1c73c9b6… |
| /research/evidence/index.html | a4f72c19c35ba0c1… |
| /research/framework/index.html | c53e4800c7c60503… |
| /research/index.html | 8d860ada921a637b… |
| /research/validation/index.html | 3313f7a575d15715… |
| /security/index.html | 60c2fa1c9a8b2668… |
| /sitemap.xml | be80e9189e8bd4ff… |
| /terms/index.html | 42d68ffc189acd41… |
| /updates/index.html | 10972dba434904c3… |
This manifest page lists every page except itself; a document cannot contain its own hash.