From f942c8834d62a799aeb15df8dab0acd23eeb8702 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Thu, 18 Jun 2026 09:19:43 +0200 Subject: [PATCH] chore(marketplace): externalise config-audit --- .claude-plugin/marketplace.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 61ca2ee..321f471 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -21,7 +21,11 @@ }, { "name": "config-audit", - "source": "./plugins/config-audit", + "source": { + "source": "url", + "url": "https://git.fromaitochitta.com/open/config-audit.git", + "ref": "v5.1.0" + }, "description": "Multi-agent workflow for analyzing, reporting, and optimizing Claude Code configuration across your entire machine" }, {