diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ad382ee..cc10627 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ { "name": "superpowers-zh", "description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Claude Code / Hermes Agent / Cursor / Claw Code / Qoder 等 18 款工具", - "version": "1.5.0", + "version": "1.6.0", "source": "./", "author": { "name": "jnMetaCode", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a50f128..670ffc3 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "superpowers-zh", "description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Claude Code / Hermes Agent / Cursor / Claw Code / Qoder 等 18 款工具", - "version": "1.5.0", + "version": "1.6.0", "author": { "name": "jnMetaCode", "url": "https://github.com/jnMetaCode" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 082c620..1f53a0f 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "superpowers-zh", - "version": "1.5.0", + "version": "1.6.0", "description": "AI 编程超能力中文增强版:头脑风暴、subagent 驱动开发、规划、TDD、调试、代码审查、收尾工作流,附 4 个中文 skills 沉淀。", "author": { "name": "jnMetaCode", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index e575739..622ece5 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "superpowers-zh", "displayName": "Superpowers 中文版", "description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Cursor / Claude Code / Hermes Agent / Claw Code / Qoder 等 18 款工具", - "version": "1.5.0", + "version": "1.6.0", "author": { "name": "jnMetaCode", "url": "https://github.com/jnMetaCode" diff --git a/.kimi-plugin/plugin.json b/.kimi-plugin/plugin.json index 9d255f1..70da3d7 100644 --- a/.kimi-plugin/plugin.json +++ b/.kimi-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "superpowers-zh", - "version": "1.5.0", + "version": "1.6.0", "description": "AI 编程超能力中文增强版:头脑风暴、subagent 驱动开发、规划、TDD、调试、代码审查、收尾工作流,附 4 个中文 skills 沉淀。", "author": { "name": "jnMetaCode", diff --git a/RELEASE-NOTES.zh.md b/RELEASE-NOTES.zh.md index b78664e..20b0106 100644 --- a/RELEASE-NOTES.zh.md +++ b/RELEASE-NOTES.zh.md @@ -6,6 +6,27 @@ --- +## v1.6.0 (2026-06-20) + +本版本对齐上游 **v6.0.0** 的实质性 skill / 基础设施变更,并新增两款 harness 支持。 + +### 🆕 新增 harness 支持 + +- **Kimi Code**(#59,关 #37)—— 插件清单模型 `.kimi-plugin/plugin.json`:指向现有 `skills/`、`sessionStart` 会话开始自动加载 `using-superpowers`、`skillInstructions` 提供 Kimi 工具映射。安装:Kimi 插件管理器 `/plugins install https://github.com/jnMetaCode/superpowers-zh`。文档见 `docs/README.kimi.md`。 +- **Pi (oh-my-pi)**(#60,关 #44)—— 扩展模型:`package.json` 的 `pi` 字段 + `.pi/extensions/superpowers.ts`(注册生命周期钩子,注入 `using-superpowers` bootstrap + Pi 工具映射)。文档见 `docs/README.pi.md`。 + +### 🔒 brainstorm 可视化伴侣安全模型(#58,同步上游 v6.0.0) + +伴侣服务器重写为**每会话密钥**鉴权(`?key=` 或会话 cookie 门禁所有端点)+ 安全响应头(`X-Frame-Options: DENY`、CSP `frame-ancestors 'none'`、`Cross-Origin-Resource-Policy: same-origin` 等),修复旧版无鉴权时本地浏览器可读取屏幕/注入事件的缺口。Token 用 `crypto.randomBytes(32)`、`timingSafeEqual` 比较、token 文件 `0o600`。 + +### 🔧 其它 v6 同步 + +- **using-git-worktrees / finishing-a-development-branch**(#57)—— 移除已废弃的全局 worktree 目录 `~/.config/superpowers/worktrees/`,对齐 v6.0.0。 +- **hooks/session-start**(#58)—— 移除 legacy `~/.config/superpowers/skills` 迁移警告,输出补 `| cat`。 +- **opencode 测试**(#72)—— 修复 `setup.sh` 拷贝不存在的 `lib/` 导致的测试飘红。 + +> SDD(subagent-driven-development)的 v6 重写为性能/成本优化,需专门 eval 验证,故本版本暂未纳入(详见 #19)。 + ## v1.5.0 (2026-05-21) ### 🆕 Qoder 适配(第 18 款工具,#26、#34) diff --git a/gemini-extension.json b/gemini-extension.json index 67e6d33..15ba111 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "superpowers-zh", "description": "AI 编程超能力中文版 — TDD、调试、代码审查等经过实战验证的工作方法论", - "version": "1.5.0", + "version": "1.6.0", "contextFileName": "GEMINI.md" } diff --git a/package.json b/package.json index 2505e22..f9ff436 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superpowers-zh", - "version": "1.5.0", + "version": "1.6.0", "engines": { "node": ">=20.0.0" },