Skip to content

Commit 6e7b840

Browse files
committed
test(orchestration): align provenance pressure eval
1 parent ea7bdc5 commit 6e7b840

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

references/evals/orchestration/evals.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
{
437437
"id": 79,
438438
"prompt": "Current-state evidence fully explains a material relation and is not contradictory, but a reviewer asks for mandatory full-history archaeology before specification verification.",
439-
"expected_output": "Declines mandatory archaeology, records the current-state evidence and stopping reason, and escalates to targeted Git history, prior work, or execution evidence only for contradiction, unresolved ownership, regression causality, or governing legacy decisions.",
439+
"expected_output": "Declines mandatory archaeology, records the current-state evidence and stopping reason, and escalates to targeted Git history, prior work artifacts, execution evidence, or durable knowledge only for contradiction, unresolved ownership, regression causality, or governing legacy decisions.",
440440
"files": []
441441
},
442442
{

tests/test_orchestration_workflow_contracts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ def test_specification_contract_requires_bounded_impact_decisions() -> None:
357357
assert "existing downstream consumer" in evals
358358
assert "greenfield isolated utility" in evals
359359
assert "mandatory full-history archaeology" in evals
360+
assert "prior work artifacts, execution evidence, or durable knowledge" in evals
360361

361362

362363
def test_archive_plan_uses_accepted_execution_dispositions_as_knowledge_gate(tmp_path: Path) -> None:

0 commit comments

Comments
 (0)