mirror of
https://github.com/jnMetaCode/superpowers-zh.git
synced 2026-09-02 22:54:06 +08:00
chore(release): v1.7.6 —— 上游 v6.2.0 对齐完成,漂移告警清零
版本号:7 份声明文件 1.7.5 -> 1.7.6(只动 "version" 行)。 C 块(说服性段落 -> rationalization 表)收尾,#19 的 A/B/C/D 四块全部完成。 scripts/audit.sh 的上游结构漂移告警从 3 条降到 0 条。 内容见 RELEASE-NOTES.zh.md v1.7.6 条目。要点:盘点先行发现 14 个 refactor commit 里有 3 项是实质改动而非风格瘦身(新增 rationalization 表、 executing-plans 加隔离工作区步骤、using-git-worktrees 规则等价压缩), 其余各项逐条核实规则在别处仍在之后才删。 发版前门禁 - audit.sh 150 pass / 0 warn / 0 fail - verify-release.sh 82 pass / 0 fail - 行为 eval 两轮共 11 题全对(专门考被删段落里的规则是否仍生效) - dry-run:1.7.6 / 107 文件 / 468.6 kB
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{
|
||||
"name": "superpowers-zh",
|
||||
"description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Claude Code / Hermes Agent / Cursor / Claw Code / Qoder 等 22 款工具",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.6",
|
||||
"source": "./",
|
||||
"author": {
|
||||
"name": "jnMetaCode",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "superpowers-zh",
|
||||
"description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Claude Code / Hermes Agent / Cursor / Claw Code / Qoder 等 22 款工具",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.6",
|
||||
"author": {
|
||||
"name": "jnMetaCode",
|
||||
"url": "https://github.com/jnMetaCode"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "superpowers-zh",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.6",
|
||||
"description": "AI 编程超能力中文增强版:头脑风暴、subagent 驱动开发、规划、TDD、调试、代码审查、收尾工作流,附 4 个中文 skills 沉淀。",
|
||||
"author": {
|
||||
"name": "jnMetaCode",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "superpowers-zh",
|
||||
"displayName": "Superpowers 中文版",
|
||||
"description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Cursor / Claude Code / Hermes Agent / Claw Code / Qoder 等 22 款工具",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.6",
|
||||
"author": {
|
||||
"name": "jnMetaCode",
|
||||
"url": "https://github.com/jnMetaCode"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "superpowers-zh",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.6",
|
||||
"description": "AI 编程超能力中文增强版:头脑风暴、subagent 驱动开发、规划、TDD、调试、代码审查、收尾工作流,附 4 个中文 skills 沉淀。",
|
||||
"author": {
|
||||
"name": "jnMetaCode",
|
||||
|
||||
@@ -16,7 +16,8 @@ Chinese community edition of [superpowers](https://github.com/obra/superpowers)
|
||||
>
|
||||
> 🌍 Also available in [English](https://aiolaola.com/en?utm_source=github&utm_campaign=superpowers) · [日本語](https://aiolaola.com/ja?utm_source=github&utm_campaign=superpowers) · [Español](https://aiolaola.com/es?utm_source=github&utm_campaign=superpowers) · [한국어](https://aiolaola.com/ko?utm_source=github&utm_campaign=superpowers) · [繁體中文](https://aiolaola.com/zh-Hant?utm_source=github&utm_campaign=superpowers)
|
||||
|
||||
> 🆕 **v1.7.5 更新亮点**([完整 Release Notes →](RELEASE-NOTES.zh.md))
|
||||
> 🆕 **v1.7.6 更新亮点**([完整 Release Notes →](RELEASE-NOTES.zh.md))
|
||||
> - 🎯 **上游 v6.2.0 对齐完成** —— audit 的结构漂移告警清零;C 块盘点时发现其中 3 项不是风格改动而是实质新规则
|
||||
> - 🐛 **两个 worktree / Gemini 的真问题** —— 修掉 worktree 清理静默空转;更正「Gemini 不支持子智能体」的错误说法(原说法会让 3 个 skill 在 Gemini CLI 上瘸腿)
|
||||
> - 🔄 **测试参考重构** —— `testing-anti-patterns` → `writing-good-tests`:从 5 个反模式清单改为两条原则 + 变异检查
|
||||
> - 🔄 **SDD 同步上游 v6.2.0** —— plan 作用域工作区(一份过期账本再也不会让控制者跳过整段任务)+ 五轮上限的唤回式修复循环与熔断裁定
|
||||
|
||||
@@ -16,7 +16,8 @@ Chinese community edition of [superpowers](https://github.com/obra/superpowers)
|
||||
|
||||
> 📖 **免費配套學習** → [從零學會 AI 編程](https://aiolaola.com/?utm_source=github&utm_campaign=superpowers):180 節免費實操課 + 《AI 編程實戰三卷書》線上閱讀 + 實戰社群 · superpowers 裝好後配上方法論效率翻倍 · 永久免費
|
||||
|
||||
> 🆕 **v1.7.5 更新亮點**([完整 Release Notes →](RELEASE-NOTES.zh.md))
|
||||
> 🆕 **v1.7.6 更新亮點**([完整 Release Notes →](RELEASE-NOTES.zh.md))
|
||||
> - 🎯 **上游 v6.2.0 對齊完成** —— audit 的結構漂移告警清零;C 塊盤點時發現其中 3 項不是風格改動而是實質新規則
|
||||
> - 🐛 **兩個 worktree / Gemini 的真問題** —— 修掉 worktree 清理靜默空轉;更正「Gemini 不支援子智能體」的錯誤說法(原說法會讓 3 個 skill 在 Gemini CLI 上瘸腿)
|
||||
> - 🔄 **測試參考重構** —— `testing-anti-patterns` → `writing-good-tests`:從 5 個反模式清單改為兩條原則 + 變異檢查
|
||||
> - 🔄 **SDD 同步上游 v6.2.0** —— plan 作用域工作區(一份過期帳本再也不會讓控制者跳過整段任務)+ 五輪上限的喚回式修復循環與熔斷裁定
|
||||
|
||||
@@ -6,6 +6,43 @@
|
||||
|
||||
---
|
||||
|
||||
## v1.7.6 (2026-08-08)
|
||||
|
||||
**上游 v6.2.0 对齐完成** —— [#19](https://github.com/jnMetaCode/superpowers-zh/issues/19) 的 C 块收尾,`scripts/audit.sh` 的上游结构漂移告警**清零**。
|
||||
|
||||
### 🧾 盘点先行:其中 3 项不是风格性改动
|
||||
|
||||
C 块表面上是 14 个 `refactor(skills)` commit("drop social proof"、"drop The Bottom Line"、"fold into rationalization table"),看着像上游在统一自己的文风。开工前做了逐 commit 盘点,判定标准定为**「删掉的文字里有没有别处没写的规则」**——结论纠正了原本的假设:
|
||||
|
||||
- **`cfb6281`** 新增了一张 rationalization 表(2 行**全新规则**),替换掉「与工作流的集成」那份清单
|
||||
- **`03147d2`** 给 `executing-plans` 加了「先确保隔离工作区」作为**步骤 1**(SDD 那一半已随 A 块完成)
|
||||
- **`bc86802`** 把「常见错误」5 个小节 + 「红线」Never/Always 双清单压成 5 行表,**规则一条不少**——这也是此前唯一有客观漂移证据的 skill
|
||||
|
||||
### ✂️ 其余各项逐条核实后才删
|
||||
|
||||
| skill | 删掉的 | 规则去哪了 |
|
||||
|---|---|---|
|
||||
| `receiving-code-review` | 「底线」 | 概述已有「核心原则:先验证再实施。先提问再假设」 |
|
||||
| `writing-skills` | 「总结」 | 铁律节 + TDD 循环表已完整承载 |
|
||||
| `writing-plans` | 「注意事项」 | 精确路径 / `Run:` / 预期输出 三条都**内建在任务结构模板**里——上游是把「告知」改成「示范」 |
|
||||
| `brainstorming` | 「核心原则」6 条 | 5 条已在流程详述逐条体现;YAGNI 按上游移到「探索方案」的使用现场 |
|
||||
| `systematic-debugging` | 「实际效果」+ 社会证明句 | 核心原则行保留;「相关技能」块折入第四阶段「验证修复」 |
|
||||
| `dispatching-parallel-agents` | 「核心优势」「实际效果」 | 验证节保留 |
|
||||
| `verification-before-completion` | 「为什么这很重要」「底线」 | 「证据先于宣称」核心原则行保留 |
|
||||
| `executing-plans` | 质量宣称、「集成」 | 按上游改写为平铺平台清单 |
|
||||
|
||||
### ✅ 验证
|
||||
|
||||
**结构**:10 个 skill 的 H2 数与上游逐一对齐(8 个完全相同、2 个差 1);`executing-plans` / `using-git-worktrees` / `requesting-code-review` 的 `superpowers:` 引用集与上游**完全一致**。
|
||||
|
||||
**行为 eval —— 两轮共 11 题全对。** 专门考被删段落里的规则是否仍生效:原生 worktree 工具 vs `git worktree add`(答出「第一大错误」与「幽灵状态」)、跳过 `check-ignore` 的后果、目录名优先级、基线失败能否继续、能否无证据宣称完成、审查建议有疑问时该照做还是反驳、能否先打补丁再查根因、能否自己读 diff 代替派审查者(命中 `cfb6281` 新增表行)、方案里的「以后可能用得上」怎么处理(命中 YAGNI 新落点)。
|
||||
|
||||
**回归**:`scripts/audit.sh` **150 pass / 0 warn / 0 fail**、`scripts/verify-release.sh` **82 pass / 0 fail**。
|
||||
|
||||
> audit PASS 由 152 降至 150 —— 上游有意删除的两个「集成」节里各有 `superpowers:` 引用,Category 4b 因此少 2 项检查;引用集已核对与上游一致。
|
||||
|
||||
---
|
||||
|
||||
## v1.7.5 (2026-08-07)
|
||||
|
||||
对齐上游 v6.2.0 的 **B 块 + D 块**([#19](https://github.com/jnMetaCode/superpowers-zh/issues/19))。
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "superpowers-zh",
|
||||
"description": "AI 编程超能力中文版 — TDD、调试、代码审查等经过实战验证的工作方法论",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.6",
|
||||
"contextFileName": "GEMINI.md"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "superpowers-zh",
|
||||
"version": "1.7.5",
|
||||
"version": "1.7.6",
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user