From 25b8a7f73d6176cf810efccbef1ba2aa8fab3377 Mon Sep 17 00:00:00 2001 From: Kayue Yeung Date: Thu, 16 Apr 2026 08:38:38 +0800 Subject: [PATCH] fix(claude-plugin): allow inline marketplace manifest (#130) Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 170030b..3d185f0 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -13,7 +13,7 @@ "name": "baoyu-skills", "description": "Content generation, AI backends, and utility tools for daily work efficiency", "source": "./", - "strict": true, + "strict": false, "skills": [ "./skills/baoyu-article-illustrator", "./skills/baoyu-comic",