From 708f2af9c6985e9cb5cd53e434a7d3b8dfa2b4ac Mon Sep 17 00:00:00 2001 From: Anonymous Authors Date: Fri, 24 Jul 2026 14:03:51 -0500 Subject: Validate path-structured proof-plan DAG --- src/gap_pipeline/e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gap_pipeline/e2e.py') diff --git a/src/gap_pipeline/e2e.py b/src/gap_pipeline/e2e.py index 971da3e..ded1381 100644 --- a/src/gap_pipeline/e2e.py +++ b/src/gap_pipeline/e2e.py @@ -25,7 +25,7 @@ def _ensure_fresh(path: Path) -> None: def _review_accept() -> dict[str, str]: return { "verdict": "accept", - "step_by_step_check": "both method labels are instantiated", + "step_by_step_check": "n1 passes; n2 passes", "blocking_issues": "", "patch_suggestion": "", } -- cgit v1.2.3