From d1445189f94b6e4da5f38eee701a68c522a31be3 Mon Sep 17 00:00:00 2001 From: Fernando Lazzarin <263019791+waitdeadai@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:43:32 -0300 Subject: [PATCH] release: bump plugin to 1.2.1 (no-vibes pure-display false-positive fix) Marks the fix from PR #31 (pure-display echo/printf exemption in the destructive matcher) as a discrete release so a /plugin update maps the change to its own version. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9d07e45..4ccbd08 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "llm-dark-patterns", "description": "Out-of-band Claude Code Stop / SubagentStop hook judges that block 30 LLM dark patterns at the closeout boundary: false-success without evidence, sycophancy, paternalism, permission-loops, vibe time estimates, fake recall, fake stats, fake citations, count-vs-enumeration self-consistency drift, context loss after compaction, multi-agent rollup failures, power-user polish failures, and unreachable new symbols (advisory). Deterministic verdicts, no network calls, no model in the verdict path, Apache-2.0, paper-grade claim ledger.", - "version": "1.2.0", + "version": "1.2.1", "author": { "name": "waitdeadai", "url": "https://github.com/waitdeadai"