From 9e76571af8e0ec0e23e3f94149c5faa78ff2612b Mon Sep 17 00:00:00 2001 From: richblack Date: Wed, 2 Sep 2026 11:25:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E7=89=88=20v0.22.0=EF=BC=88ship-check?= =?UTF-8?q?=20=E9=80=81=E5=BE=97=E5=88=B0=E3=80=81=E9=80=83=E7=94=9F?= =?UTF-8?q?=E9=96=80=E8=B5=B0=E5=BE=97=E9=80=9A=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 總管定版:inkstone/ISEP#122 → comment 6122。三件會改變行為的東西 ⇒ minor 進一格: • ship-check 的「描述」換掉——描述是 skill 自動載入的唯一判準, 舊描述在「要發部落格文章」的情境一個觸發詞都沒有 • 信標多了 ②b/②c(掃 skills/commands/agents;sha256 單邊驗) • history-first-guard.sh 的逃生門從「恆擋」變成真的能放行 順手修掉的一格(同一個病,不同檔案): .claude-plugin/marketplace.json 的描述停在「51 支閘/64 條註冊/27 支腳本」, 而 plugin.json 是「61/84/49」——同一段描述兩份 manifest 各存一份, marketplace 那份從 7de1ad6(v0.5 前後)之後就沒人動過。 這正是本票在講的病,只是分身這次是同一個 repo 裡的兩個 manifest。 已同步成 plugin.json 那一份,六個數字在這棵樹上實數確認: 61 支閘/84 條註冊/7 位工人/7 支命令/2 支 skill/49 支腳本 🔴 這顆 commit 只是把版本號寫上去。**tag 還沒打**—— plugin.json 說 0.22.0 而最新 tag 是 v0.18.0, `scripts/check-version-consistency.sh` 現在是紅的,要等 v0.22.0 的 tag 打下去才會綠。 Co-Authored-By: Claude Opus 5 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 300c5df..d1a1ddf 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -8,7 +8,7 @@ "plugins": [ { "name": "isep", - "description": "InkStone Environment Plugin —— leo 的 Claude Code 環境唯一真相源:51 支機械閘(64 條註冊,白話盤點見 docs/hooks-inventory.md)、7 支 slash command、2 支 skill、27 支腳本,外加治理規範與標籤真相源。本機與雲端裝同一份,沒有子集。", + "description": "InkStone Environment Plugin —— leo 的 Claude Code 環境唯一真相源:61 支機械閘(84 條註冊,白話盤點見 docs/hooks-inventory.md)、7 支 slash command、2 支 skill、7 位有名字的工人(agents/,見 docs/governance/worker-roster.md)、49 支腳本,外加治理規範與標籤真相源。本機與雲端裝同一份,沒有子集。", "author": { "name": "Leo", "url": "https://uncle6.me" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9fb8449..ce1c03d 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "isep", "description": "InkStone Environment Plugin —— leo 的 Claude Code 環境唯一真相源:61 支機械閘(84 條註冊,白話盤點見 docs/hooks-inventory.md)、7 支 slash command、2 支 skill、7 位有名字的工人(agents/,見 docs/governance/worker-roster.md)、49 支腳本,外加治理規範與標籤真相源。本機與雲端裝同一份,沒有子集。", - "version": "0.21.0", + "version": "0.22.0", "keywords": [ "inkstone", "guardrails",