plugin: add version + strict + author to marketplace plugin entry
Some checks are pending
ci / check (push) Waiting to run

Per working entries in anthropics/claude-plugins-official, the
plugin-entry inside marketplace.json should include `version`,
`strict: false`, and `author` even when those fields also exist in
the plugin's own plugin.json.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Stephen Way 2026-05-13 16:36:24 -07:00
parent e7d25ecde7
commit 4e5a20d0c5
No known key found for this signature in database

View file

@ -13,7 +13,13 @@
{ {
"name": "fj", "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).", "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", "source": "./plugins/fj",
"strict": false,
"author": {
"name": "Raster & State",
"email": "hello@rasterstate.com"
},
"license": "MIT", "license": "MIT",
"category": "developer-tools", "category": "developer-tools",
"keywords": ["fj", "forgejo", "gitea", "git", "cli"], "keywords": ["fj", "forgejo", "gitea", "git", "cli"],