From 1bc3561236e42904baa8f8c63f7e8d8962a08bbc Mon Sep 17 00:00:00 2001 From: cruldra Date: Wed, 19 Aug 2026 18:39:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(vscode):=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=8F=90=E5=88=B0=200.2.80=20=E5=85=A5?= =?UTF-8?q?=E5=BA=93,=E7=BA=A6=E5=AE=9A=E6=94=B9=E7=A0=81=E5=90=8E?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8A=A0=E7=89=88=E6=9C=AC+=E6=89=93?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/CLAUDE.md | 1 + vscode/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vscode/CLAUDE.md b/vscode/CLAUDE.md index 889a8bf..957dec4 100644 --- a/vscode/CLAUDE.md +++ b/vscode/CLAUDE.md @@ -2,4 +2,5 @@ - 具体编码任务一律派子代理(Agent 工具)去做,主会话只讨论需求和方案 - **子代理实施完成后自动 commit**,使用本仓库的 emoji 前缀风格(参考 `git log`) +- **改完扩展代码必须收尾**:`package.json` version patch +1 → `pnpm ext:package` 打包 VSIX(生成在 `vscode/` 目录,供用户拿去安装)→ 版本号改动一并 commit,不许留脏的 package.json - 代码文件用 Serena MCP 工具读写(`mcp__serena__find_symbol` / `replace_symbol_body` 等),非代码文件才用 built-in Read/Edit diff --git a/vscode/package.json b/vscode/package.json index 98547a5..afbdeda 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "publisher": "clurdra", "name": "superpowers-vscode-clurdra", "displayName": "Superpowers-clurdra", - "version": "0.2.72", + "version": "0.2.80", "packageManager": "pnpm@10.27.0", "description": "Superpowers specs and plans Kanban explorer", "author": "clurdra",