From 500b95d80d88ae3d0e90cbeb51d5f37404f04ede Mon Sep 17 00:00:00 2001 From: richblack Date: Thu, 20 Aug 2026 14:12:34 +0800 Subject: [PATCH] =?UTF-8?q?release:=20v0.2.0=EF=BC=88=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=99=9F=E3=80=81author=E3=80=81=E6=8F=8F=E8=BF=B0=E8=88=87?= =?UTF-8?q?=E5=AF=A6=E9=9A=9B=E5=85=A7=E5=AE=B9=E5=B0=8D=E9=BD=8A=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit plugin.json / marketplace.json 的 version 與 author 同步;描述改成實際清點的數字 (42 支閘 52 條註冊、7 command、2 skill、25 腳本、治理規範、標籤真相源)。 claude plugin validate 由「1 warning」變成完全通過。 milestone inkstone/ISEP v0.2.0 已 5/5 關閉;#5 因卡在只有 leo 能做的 Cloud environment 設定(#21),照 M4.3 降 scope 移出本版。 --- .claude-plugin/marketplace.json | 11 ++++++++--- .claude-plugin/plugin.json | 16 +++++++++++++--- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e21d340..78f5e86 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2,12 +2,17 @@ "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", "name": "inkstone", "description": "InkStoneCo 自用的 Claude Code 環境", - "owner": { "name": "Leo" }, + "owner": { + "name": "Leo" + }, "plugins": [ { "name": "isep", - "description": "InkStone Environment Plugin —— 機械閘/command/skill/腳本的唯一真相源", - "author": { "name": "Leo" }, + "description": "InkStone Environment Plugin —— leo 的 Claude Code 環境唯一真相源:42 支機械閘(52 條註冊)、7 支 slash command、2 支 skill、25 支腳本,外加治理規範與標籤真相源。本機與雲端裝同一份,沒有子集。", + "author": { + "name": "Leo", + "url": "https://uncle6.me" + }, "category": "productivity", "source": "./" } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 8441eb5..30000fa 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,16 @@ { "name": "isep", - "description": "InkStone Environment Plugin —— leo 的 Claude Code 環境唯一真相源:42 支機械閘、7 支 slash command、2 支 skill、24 支腳本。本機與雲端裝同一份。", - "version": "0.0.0", - "keywords": ["inkstone", "guardrails", "hooks", "gitea", "arcrun"] + "description": "InkStone Environment Plugin —— leo 的 Claude Code 環境唯一真相源:42 支機械閘(52 條註冊)、7 支 slash command、2 支 skill、25 支腳本,外加治理規範與標籤真相源。本機與雲端裝同一份,沒有子集。", + "version": "0.2.0", + "keywords": [ + "inkstone", + "guardrails", + "hooks", + "gitea", + "arcrun" + ], + "author": { + "name": "Leo", + "url": "https://uncle6.me" + } }