# download a bundle from /receipts/, then read it
# with our own validator
$ npx @kontourai/[email protected] 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 [email protected] -p [email protected] \
hachure validate flow-agents-delivery.trust.bundle
valid TrustBundle (schemaVersion 5)