feat: require concrete evidence for progress claims
This commit is contained in:
@@ -197,7 +197,7 @@ function claimsProgressionWithoutEvidence(input) {
|
||||
|
||||
if (!hasNonEmptyString(progressionClaim)) return false;
|
||||
|
||||
return !(hasProgressEvidence(input) || hasExecutionEvidence(input));
|
||||
return !hasProgressEvidence(input);
|
||||
}
|
||||
|
||||
function evaluateGate(input) {
|
||||
|
||||
Reference in New Issue
Block a user