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
ArtifactSHA-256 (first 16 hex)
/404.html60eccdff687f1bae…
/about/index.htmlce375d18db2ffbf4…
/accessibility/index.html4f955e68345c7bf1…
/ace/index.htmlb8bdb2701ab16183…
/applications/index.html9b959fb5f95f6c8e…
/coherence-lang/index.html8b4b8275cf4c4855…
/disclaimer/index.html1306a0ca6240d5fd…
/feed.xml3df136a71036e25a…
/index.htmlfd9039e52f6937c3…
/privacy/index.htmlcc815b7a1c73c9b6…
/research/evidence/index.htmla4f72c19c35ba0c1…
/research/framework/index.htmlc53e4800c7c60503…
/research/index.html8d860ada921a637b…
/research/validation/index.html3313f7a575d15715…
/security/index.html60c2fa1c9a8b2668…
/sitemap.xmlbe80e9189e8bd4ff…
/terms/index.html42d68ffc189acd41…
/updates/index.html10972dba434904c3…

This manifest page lists every page except itself; a document cannot contain its own hash.