From 455147f358cd59aca0ce952e85f274320f6cad96 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 8 Apr 2026 02:49:24 +0200 Subject: [PATCH] Fix marketplace.json source field format Use URL object format instead of bare "." which fails schema validation. Co-Authored-By: Claude Sonnet 4.6 --- .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 e14c92c..cd5249b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,11 @@ { "name": "tea", "description": "Full operability with the tea CLI for Gitea — manage issues, PRs, releases, branches, notifications, and more from the command line.", - "source": ".", + "source": { + "source": "url", + "url": "https://gittea.kammenstraatha.duckdns.org/admin/tea-skill.git", + "ref": "master" + }, "category": "development", "homepage": "https://gittea.kammenstraatha.duckdns.org/admin/tea-skill" }