plugin: drop strict:false from marketplace entry
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:
Stephen Way 2026-05-13 16:38:56 -07:00
parent 4e5a20d0c5
commit 08bc6d611d
No known key found for this signature in database

View file

@ -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).", "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", "version": "0.1.0",
"source": "./plugins/fj", "source": "./plugins/fj",
"strict": false,
"author": { "author": {
"name": "Raster & State", "name": "Raster & State",
"email": "hello@rasterstate.com" "email": "hello@rasterstate.com"