From e43b0d1c39918088b1377cb6f12c2af488fc5a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C3=96zt=C3=BCrk?= Date: Wed, 8 Jul 2026 21:30:37 +0300 Subject: [PATCH] Add Inspect falsify to extensions page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cüneyt Öztürk --- docs/extensions/extensions.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extensions/extensions.yml b/docs/extensions/extensions.yml index d2994dd51c..2ffea66beb 100644 --- a/docs/extensions/extensions.yml +++ b/docs/extensions/extensions.yml @@ -70,6 +70,12 @@ author: "[Debu Sinha](https://github.com/debu-sinha)" categories: ["Analysis"] +- name: "[Inspect falsify](https://github.com/studio-11-co/falsify-inspect)" + description: | + Pre-register an evaluation's success criteria (metric, threshold, dataset hash, seed) as a tamper-evident PRML manifest before the run, then verify eval logs against the locked claim via installed hooks. + author: "[Cüneyt Öztürk](https://falsify.dev)" + categories: ["Analysis"] + - name: "[CJE](https://github.com/cimo-labs/cje)" description: | Calibrated judge evaluation — calibrate model-graded scorer accuracy using causal inference with optional oracle labels.