Skip to content
Get started

Checking a claim

Start with Capabilities for supported workflows. The capability matrix records their implementation and verification status separately.

The case manifests name each registered claim, its reference, and its executable target. Read the case’s README for assumptions and required environment. Ordinary product tests remain beside the code they exercise.

From a repository checkout, list the current case-to-capability mapping:

Terminal windowbash
cargo run -p eqiora-verify -- index

Then run the case you need, for example:

Terminal windowbash
mise run fast -- --case interfaces.cli-compile-check

A case result applies to its stated claim and environment. An implemented capability is not automatically independently verified. See local verification for focused checks and environment requirements.