Findings and severity
A finding pairs an expected behaviour with the observed evidence that contradicts it. Each one carries:
- Severity and risk category
- Check type — acceptance criterion or trajectory check
- Expected behaviour
- Observed behaviour
- Supporting transcript and tool evidence
- A diagnosis in plain language
Severity and exit codes
Section titled “Severity and exit codes”| Exit code | Meaning |
|---|---|
0 |
Run completed and no release-gate finding is present. |
100 |
High or critical findings are present and --no-fail-on-findings is not set. |
2 |
Command-line usage error. |
Use --no-fail-on-findings during exploration and demos. Leave it off in CI so high and
critical findings fail the build.