Project conformance workbench
Inspect project.edn against the package contract.
The same EDN validator runs in the browser and through the service API. The document is parsed as data and never evaluated.
Direct endpoint
Validate the same file over HTTP.
Send the EDN bytes to POST /api/v1/packages/validate.
curl https://build.hara-lang.org/api/v1/packages/validate -H 'content-type: application/edn' --data-binary @project.edn