From 4ea9bfae073834189118eb6e6a132671615a3250 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Thu, 18 Jun 2026 09:20:08 +0200 Subject: [PATCH] chore(marketplace): externalise human-friendly-style --- .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 291f16a..ee2e822 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -84,7 +84,11 @@ }, { "name": "human-friendly-style", - "source": "./plugins/human-friendly-style", + "source": { + "source": "url", + "url": "https://git.fromaitochitta.com/open/human-friendly-style.git", + "ref": "v1.1.0" + }, "description": "Shared Claude Code output style for the ktg-plugin-marketplace. Plain-language tone — explains what and why, hides paths/JSON/stack traces by default, matches the user's language." }, {