9e76571af8
總管定版: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 <noreply@anthropic.com>
21 lines
784 B
JSON
21 lines
784 B
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "inkstone",
|
|
"description": "InkStoneCo 自用的 Claude Code 環境",
|
|
"owner": {
|
|
"name": "Leo"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"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 支腳本,外加治理規範與標籤真相源。本機與雲端裝同一份,沒有子集。",
|
|
"author": {
|
|
"name": "Leo",
|
|
"url": "https://uncle6.me"
|
|
},
|
|
"category": "productivity",
|
|
"source": "./"
|
|
}
|
|
]
|
|
}
|