From 5e6ecf3e1eeb2715f97eadf37ed5e7ae9a1b7193 Mon Sep 17 00:00:00 2001 From: hippo <135493401+hippoley@users.noreply.github.com> Date: Sat, 26 Sep 2026 10:28:30 +0800 Subject: [PATCH 1/5] fix: align Proof Lab evidence scope --- site/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/site/index.html b/site/index.html index 4571908..fd12f19 100644 --- a/site/index.html +++ b/site/index.html @@ -3,8 +3,8 @@
- -PROOF-OF-FIX FOR AGENT PULL REQUESTS
-Counterproof replays the PR’s changed tests against pre-change code, then checks whether the same PR weakened the tests or CI that produced the evidence.
+EVIDENCE REPLAY FOR AI-ASSISTED PULL REQUESTS
+CounterProof replays the same submitted evidence against pre-change code, then checks whether the PR changed the test or CI judge. It tells you what the evidence establishes — not whether the PR should merge.