docs: sync ECC Tools judge execution (#1901)

This commit is contained in:
Affaan Mustafa
2026-05-14 17:38:03 -04:00
committed by GitHub
parent cb9702ca99
commit 0e66c838c7
2 changed files with 15 additions and 10 deletions

View File

@@ -135,7 +135,7 @@ test('roadmap points to the evaluator RAG prototype and hosted PR check', () =>
assert.ok(roadmap.includes('docs/architecture/evaluator-rag-prototype.md'));
assert.ok(roadmap.includes('examples/evaluator-rag-prototype/'));
assert.ok(roadmap.includes('Deterministic hosted PR check, cached output scoring, retrieval planning, and judge contract integrated; live hosted model execution remains future'));
assert.ok(roadmap.includes('Deterministic hosted PR check, cached output scoring, retrieval planning, judge contract, and gated model execution integrated'));
});
test('billing readiness scenario rejects launch copy overclaims', () => {