← All receipts

Kontour Veritas Governance Kit — readiness adapter

Governance Kit readiness — ready verdict

A Veritas Governance Kit readiness evaluation with no blocking failures, projected into a Hachure trust.bundle whose software-readiness-verdict claim derives to verified.

1 verified

These are the statuses the validator works out from the evidence, not the ones written in the file. Run the command further down and you get this row back.

Download raw .bundleschemaVersion 5 · 1 claims ·1 evidence

In plain language

What this receipt says

Everything it claimed came back supported.

What was checked
One claim, about one thing — a single assertion this run makes about itself, with its own policy attached. The kind of thing being claimed:
  • software-readiness-verdict
How they came out
1 verified.
  • verifiedevidence supports it and a verification event confirmed it
What backs them
1 evidence record captured while the commands ran — 1 reporting a pass, 0 reporting a failure. Every claim here is backed by an evidence record, a verification event, or both.
What's still open
The validator finds no transparency gaps in this file.
What it doesn't tell you
Whether the code is correct, or whether the checks that ran were the right checks. A receipt records what was asked, what was run, and what came back. It narrows what you have to take on faith; it doesn't get it to zero.

Check it yourself

Recompute this exact file

Download the raw .bundle above and run it through @kontourai/surface — our implementation of the Hachure trust.bundle format, an open spec we publish schemas for but don't own the definition of. The command prints the same status row this page shows, and exits non-zero if the artifact isn't a well-formed trust.bundle.

validate this receipt
$ npx @kontourai/surface@2.14.0 report \
--input governance-readiness-ready.trust.bundle --format summary
# exit 0 prints the trust summary; a broken file exits 1

Want a second opinion from a different codebase? The hachure reference CLI reads the same file against the spec's own schemas and reaches the same verdict. Both are still maintained by us — the implementations are independent, the organization behind them isn't yet.

second opinion — the reference CLI
$ npx -y -p ajv@8.20.0 -p hachure@0.15.0 hachure validate \
governance-readiness-ready.trust.bundle
valid TrustBundle (schemaVersion 5)

Prefer the library directly? The CLI just calls it:

node — the named validator
import { validateTrustBundle } from "@kontourai/surface";
import { readFileSync } from "node:fs";
validateTrustBundle(JSON.parse(readFileSync("governance-readiness-ready.trust.bundle", "utf8")));
# throws if the bundle is invalid; returns the parsed bundle otherwise

Open questions

What this receipt leaves open

Straight from the validator's own transparencyGaps and high-impact-unsupported lists — the same lines the command above prints. Not a count this site works out for itself.

0 transparency gapsNothing contradicts anything else, no policy went unsatisfied, and no evidence has aged past what its policy allows.

Provenance

Where this file came from

Produced by running the kit's readiness-to-trust-bundle.mjs adapter (commit 1948639) over the committed readiness record above; the projection is deterministic and re-runnable.

Repository
kontourai/flow-agents
Source path
kits/veritas-governance/fixtures/readiness/ready.readiness-report.json
Pinned commit
7a083966db47672ea552f13264ea3111e08fa06b
Bundle source
veritas-governance-kit/readiness-adapter

Recomputing tells you the file is internally consistent and hasn't been edited since. It doesn't tell you nobody rewrote the evidence before publishing — that's what the pinned commit is for. Follow it and compare.

Evidence

What actually ran — 1 passing, 0 failing

The artifact

Every claim, raw

The unedited claim list as it sits in the file. The wording is the pipeline's own note-taking — written for the next run, not for reading — and it's here so you can check that the summary above didn't quietly skip anything.

Show all 1 claims
Derived statusSubject / fieldType · facetValue
verifiedworking-tree:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855mergeReadinesssoftware-readiness-verdictveritas.readiness{"verdict":"ready","sourceRef":"working-tree:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","blocking":{"failedRequirements":[],"failedEvidenceChecks":[]}}

Next