plugin: drop strict:false from marketplace entry
Some checks are pending
ci / check (push) Waiting to run
Some checks are pending
ci / check (push) Waiting to run
Default (strict:true) merges plugin.json with marketplace overrides; this is what's needed to auto-discover skills/<name>/SKILL.md inside the plugin directory. strict:false says "marketplace entry IS the entire definition" which conflicts with the plugin.json we ship. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4e5a20d0c5
commit
08bc6d611d
|
|
@ -15,7 +15,6 @@
|
|||
"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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue