From e7bd0eba1bc55f58645768c7e92e190da4fd53b3 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Sun, 19 Apr 2026 22:52:28 +0200 Subject: [PATCH] chore(config-audit): bump version to 4.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v4.0.0 = MAJOR (Opus 4.7 era): - New TOK scanner (Token Hotspots, 4 patterns) - New /config-audit tokens command surface - 8th quality area: Token Efficiency - scanner-agent + verifier-agent migrated haiku → sonnet Co-Authored-By: Claude Opus 4.7 --- plugins/config-audit/.claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/config-audit/.claude-plugin/plugin.json b/plugins/config-audit/.claude-plugin/plugin.json index f34cd46..ae6564c 100644 --- a/plugins/config-audit/.claude-plugin/plugin.json +++ b/plugins/config-audit/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "config-audit", "description": "Multi-agent workflow for analyzing, reporting, and optimizing Claude Code configuration across your entire machine", - "version": "3.1.0", + "version": "4.0.0", "author": { "name": "Kjell Tore Guttormsen" },