diff --git a/claude/.claude-plugin/marketplace.json b/claude/.claude-plugin/marketplace.json index be44a26..b4d4e9e 100644 --- a/claude/.claude-plugin/marketplace.json +++ b/claude/.claude-plugin/marketplace.json @@ -13,7 +13,13 @@ { "name": "fj", "description": "Teach Claude Code to use fj, a CLI for Forgejo and Gitea-compatible instances. Activates when the user mentions fj, Forgejo, Gitea, or any forge-side action (issues, PRs, releases, code search, labels, milestones, webhooks).", + "version": "0.1.0", "source": "./plugins/fj", + "strict": false, + "author": { + "name": "Raster & State", + "email": "hello@rasterstate.com" + }, "license": "MIT", "category": "developer-tools", "keywords": ["fj", "forgejo", "gitea", "git", "cli"],