# download a bundle from /receipts/, then read it
# with our own validator
$ npx @kontourai/surface@2.14.0 report \
--input flow-agents-delivery.trust.bundle --format summary
Claims: 34 (proposed: 1, assumed: 1, verified: 32)
Stale: none
Disputed: none
Transparency gaps: 1
# (the report names that gap in full — trimmed here)
# now run the same file through a different
# implementation, one that reads the open spec's
# schemas instead. ajv is hachure's schema engine,
# not a second opinion; both are pinned to the
# versions CI uses.
$ npx -y -p ajv@8.20.0 -p hachure@0.15.0 \
hachure validate flow-agents-delivery.trust.bundle
valid TrustBundle (schemaVersion 5)