Asagiri
CLI

verify trust

Run the trust verification pipeline on a product flow.

asa verify trust

Trust & Verification Engine (spec-my-B §5). Runs registered checks, aggregates confidence across six dimensions, evaluates gates, and writes reports under .asagiri/trust/<id>/.

Usage

asa verify trust onboarding-flow
asa verify trust --flow onboarding --product workspace-saas
asa verify trust onboarding --task task-003 --branch feature/onboarding

Flags

FlagDescription
--productProduct id under .asagiri/products/
--flowFlow id (alternative to positional argument)
--taskAssociated task id
--branchGit branch context
--strictTreat warnings as failures in CI mode
--jsonPrint trust report JSON on stdout
--ciNon-zero exit when a blocking gate or check fails

CI example

asa verify trust onboarding-flow --ci --json > trust-report.json

Output

  • Terminal summary (checks, dimensions, residual risk)
  • .asagiri/trust/<trust-id>/report.md and report.json
  • .asagiri/trust/<trust-id>/replay.yaml for replay

See Trust engine and verification gates.