Verification For Agents

A repository document, rendered for the site. View source markdown.

New to cub? Install the cub CLI first. You can pull and render public catalog packages without an account. Commands that save or change ConfigHub data require you to sign in.

Generated at: 2026-07-30T12:38:02.000Z UTC · source: committed helm-expt evidence for this rendered repository document.

UNOFFICIAL/EXPERIMENTAL

The npm scripts in this repo are proof checks. They are not the product path a Helm user follows. Use this page to choose the smallest proof command that answers the claim.

Short Rules

Claim-To-Command Map

Claim or questionCheck
Markdown files are in valid locations and links resolve.npm run docs:verify
Static site output is current.npm run site:verify
Public site UX contract still holds.npm run site:ux:verify
Generated data index is current.npm run data:index:verify
Helm render intents match the matrix and lifecycle data.npm run helm-render-intents:verify
Master catalog matrix is current.npm run master-matrix:verify
Doc freshness data is current.npm run doc-freshness:verify
NPM script catalog is current.npm run npm-scripts:catalog:verify
cub installer examples use current syntax.npm run installer:command-surface:verify
cub variant examples use current syntax.npm run variant:command-surface:verify
Lane status vocabulary is valid.npm run lane-tests:verify
Committed two-cluster parity receipts validate.npm run kind-parity:verify
Committed ConfigHub/OCI live receipts validate.npm run live-parity:verify
The whole committed repo proof chain is consistent.npm run verify

Generate Versus Verify

The common pattern is:

npm run <surface>          # regenerate files
npm run <surface>:verify   # fail if committed files are stale

Examples:

npm run helm-render-intents
npm run helm-render-intents:verify

npm run data:index
npm run data:index:verify

npm run npm-scripts:catalog
npm run npm-scripts:catalog:verify

Do not run a generate command unless the user asked to update that surface or a verifier says the generated output is stale.

Fresh Evidence Versus Committed Evidence

Committed evidence already lives in the repo. Verifiers read it and check that summaries, receipts, and generated views are internally consistent.

Fresh evidence creates new proof. It may need kind, ConfigHub, an OCI registry, Argo, Flux, cloud-provider-kind, or a user-supplied cluster. Fresh evidence can write receipts under runs/ or data/.

Run fresh live commands only when fresh evidence is the task.

Useful References