29 lines
667 B
JSON
29 lines
667 B
JSON
{
|
|
"baseline_version": "2026.08.14.2",
|
|
"evidence_modes": [
|
|
"automated",
|
|
"manual_only"
|
|
],
|
|
"execution_verdicts": [
|
|
"pass",
|
|
"fail",
|
|
"blocked",
|
|
"skipped",
|
|
"flaky",
|
|
"not_run"
|
|
],
|
|
"full_pass": {
|
|
"evidence_mode": "automated",
|
|
"execution_verdict": "pass",
|
|
"implementation_status": "implemented"
|
|
},
|
|
"implementation_statuses": [
|
|
"implemented",
|
|
"planned",
|
|
"gap",
|
|
"blocked"
|
|
],
|
|
"manual_only_rule": "Requires a retained manual result and next_evidence; it is not a full baseline pass.",
|
|
"non_pass_rule": "Failed, blocked, skipped, flaky, not_run, missing, or malformed evidence never becomes pass."
|
|
}
|