From 9a7099f4f67dd3648d77a3c01740c3a142b53d96 Mon Sep 17 00:00:00 2001 From: Ruben Dinis Date: Mon, 29 Jun 2026 15:50:05 +0100 Subject: [PATCH] chore(release): @polygraphso/litmus 0.20.0 Ships the gate/action hardening from #70: opt-in GateOptions (allowedAttesters, acceptedMethodologyVersions, requireEgressVerified), PAYMENT_PASSING, on-chain methodologyVersion + egressVerified surfaced for the read path, discovery off-by-default in the action, and the ci discovery warning. Backward-compatible minor. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_011FW3vDMau8UYnNWCanfT4k --- packages/litmus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/litmus/package.json b/packages/litmus/package.json index 7848f2d..34d590b 100644 --- a/packages/litmus/package.json +++ b/packages/litmus/package.json @@ -1,6 +1,6 @@ { "name": "@polygraphso/litmus", - "version": "0.19.1", + "version": "0.20.0", "mcpName": "io.github.polygraphso/litmus", "description": "Behavioral litmus harness for MCP servers — grade a server A–F (tool-output injection, egress, sensitive-data, adversarial-input) with reproducible, content-addressed evidence. Ships a CLI and an MCP server with a run_litmus tool for AI agents.", "license": "Apache-2.0",