From 8f2d8887be562d5741cfcf1711fa9a088ca4adb1 Mon Sep 17 00:00:00 2001 From: wassname <1103714+wassname@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:55:43 +0800 Subject: [PATCH] refactor: replace evidence_vs_failures with falsification_test - falsification_test: concrete runnable command + expected output if claim true vs false + why test can't accidentally pass under failure - failure_mode_2 now explicitly asks for subtle/silent/null-hypothesis failure, not just "second most likely" - nudges toward: null hypothesis, silent fails, env mismatch Co-Authored-By: Claude Sonnet 4.6 --- src/index.ts | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/index.ts b/src/index.ts index a99b229..7f9d171 100644 --- a/src/index.ts +++ b/src/index.ts @@ -338,16 +338,16 @@ After this, task enters pending sign-off state — only completable via /lgtm