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 gatesConfiguration
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
- securityEach min_confidence key maps to a confidence dimension. required_checks must complete successfully before the gate passes.
Related
- Run checks:
asa verify trust - Replay a prior run:
asa trust replay - Config reference:
verification