From 08bc6d611d1c7506f76984beb149fa671b99b817 Mon Sep 17 00:00:00 2001 From: Stephen Way Date: Wed, 13 May 2026 16:38:56 -0700 Subject: [PATCH] plugin: drop strict:false from marketplace entry Default (strict:true) merges plugin.json with marketplace overrides; this is what's needed to auto-discover skills//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) --- claude/.claude-plugin/marketplace.json | 1 - 1 file changed, 1 deletion(-) diff --git a/claude/.claude-plugin/marketplace.json b/claude/.claude-plugin/marketplace.json index b4d4e9e..6324820 100644 --- a/claude/.claude-plugin/marketplace.json +++ b/claude/.claude-plugin/marketplace.json @@ -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"