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" } ] }