plugin: add version + strict + author to marketplace plugin entry
Some checks are pending
ci / check (push) Waiting to run
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:
parent
e7d25ecde7
commit
4e5a20d0c5
|
|
@ -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"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue