From 69db37f355bf148217190b1d75a9fd62bdaf9050 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Wed, 8 Apr 2026 13:10:22 +0200 Subject: [PATCH] chore: fix metadata gaps and add root CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - llm-security SECURITY.md: update supported versions 3.0.x → 5.1.x - config-audit plugin.json: add license, repository, keywords - Add root CLAUDE.md with repo structure and conventions Co-Authored-By: Claude Opus 4.6 --- .claude-plugin/plugin.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 8c1f01e..b12bd80 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -4,5 +4,8 @@ "version": "3.0.1", "author": { "name": "Kjell Tore Guttormsen" - } + }, + "license": "MIT", + "repository": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace", + "keywords": ["configuration", "audit", "optimization", "health-check", "scanner"] }