From c7a8378eed6fb20eec5188471123c2e584a9ebd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabor=20K=C3=B6rber?= Date: Wed, 20 May 2026 01:11:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20Gitea=20plugin=20to=20marketp?= =?UTF-8?q?lace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude-plugin/marketplace.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b9686ee..30c20c1 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -19,6 +19,11 @@ "name": "project-uv", "source": "./plugins/project-uv", "description": "Detects how uv is wired into a Python project and advertises the right invocation patterns" + }, + { + "name": "gitea", + "source": "./plugins/gitea", + "description": "Bidirectional Gitea ticket integration: fetch context, create issues, post comments, list/search, close, and scaffold labels" } ] }