Asagiri
CLI

trust gates

Inspect active verification gate profiles and blocking thresholds.

asa trust gates

Displays the active verification profile from .asagiri/config.yaml and whether current confidence scores and required checks would pass (spec-my-B §19).

Usage

asa trust gates

Configuration

Gates are defined under verification.gates.<profile>:

verification:
  default_profile: production
  gates:
    production:
      min_confidence:
        architecture: 0.8
        implementation: 0.75
        security: 0.85
      required_checks:
        - contracts
        - flows
        - observability
        - security

Each min_confidence key maps to a confidence dimension. required_checks must complete successfully before the gate passes.