summaryrefslogtreecommitdiff
path: root/src/gap_pipeline/e2e.py
diff options
context:
space:
mode:
authorAnonymous Authors <anonymous@invalid.example>2026-07-24 14:03:51 -0500
committerAnonymous Authors <anonymous@invalid.example>2026-07-24 14:03:51 -0500
commit708f2af9c6985e9cb5cd53e434a7d3b8dfa2b4ac (patch)
treef4aa3d2240a621e9057ddad2a4d8ec7820db5cde /src/gap_pipeline/e2e.py
parentd4eb26780a8a8c70ca75812af0c3c6a295c0797c (diff)
Validate path-structured proof-plan DAGHEADmain
Diffstat (limited to 'src/gap_pipeline/e2e.py')
-rw-r--r--src/gap_pipeline/e2e.py2
1 files changed, 1 insertions, 1 deletions
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": "",
}