chore: release v1.4.0 — 上游漂移 P0 全量修复 + 防回归基建#32
Merged
Conversation
跟 PR #28 + #30 + #31 一起构成 v1.4.0 的完整内容。本 PR 仅做发布层 (版本号 bump + plugin manifest 同步 + release notes),不动 skill 内容。 版本号 1.3.0 → 1.4.0: - package.json - .claude-plugin/plugin.json + marketplace.json - .cursor-plugin/plugin.json - .codex-plugin/plugin.json - gemini-extension.json(之前卡在 1.1.6,本次顺带追上) 工具链小修: - scripts/sync-plugin-version.js TARGETS 加入 gemini-extension.json (之前漏掉,是 gemini-extension.json 长期卡在老版本的根因) - package.json 的 version 钩子 git add 列表加上 gemini-extension.json RELEASE-NOTES.zh.md 新增 v1.4.0 段,按"上游同步"性质分组列出 9 项 修复内容,明确标注每项的上游 ref + 本 fork PR 号。 注意:本 PR 应在 #28 + #30 + #31 merge 之后才 merge —— 顺序错了 会导致 release notes 描述的 PR 在 git log 里还没有。 不影响: - 上游 marketplace 安装路径(仍按主站路径正常工作) - 现有 npm 用户向后兼容(npx superpowers-zh 仍可用)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
你要解决什么问题?
跟 PR #28 + #30 + #31 一起构成 v1.4.0 的完整内容——本 PR 只做发布层(版本号 bump + plugin manifest 同步 + release notes),不动任何 skill 内容、不动 installer、不动 hooks。
为什么需要一个独立的 release PR: 上游 fork 的发布流程是 "skill/fix PR 单独 merge → release commit 单独 bump version + 写 release notes"(参见 6c1fe58 chore: release v1.3.0 提交模式)。本 PR 严格按此模式走。
这个 PR 做了什么改变?
版本号 1.3.0 → 1.4.0:
package.json1.3.0 → 1.4.0.claude-plugin/plugin.json1.3.0 → 1.4.0.claude-plugin/marketplace.jsonplugins.0.version 1.3.0 → 1.4.0.cursor-plugin/plugin.json1.3.0 → 1.4.0.codex-plugin/plugin.json1.3.0 → 1.4.0gemini-extension.json1.1.6 → 1.4.0(顺带修复长期漂移)工具链顺带修复:
scripts/sync-plugin-version.js的 TARGETS 加入gemini-extension.json—— 这是 gemini-extension.json 长期卡在 1.1.6 的根因(在.version-bump.json列了但 sync-plugin-version.js 的 TARGETS 漏掉了)package.json的 `version` 钩子 git add 列表加上 `gemini-extension.json`RELEASE-NOTES.zh.md新增 v1.4.0 段(78 行):按"上游同步"性质分组列出本次 release 的 9 项修复:
明确标注每项的上游 ref + 本 fork PR 号 + 不在范围的项(executing-plans 扩写、中国特色技能路由等主动选择)。
这个改变适合放在核心库中吗?
适合。版本号管理是 release 流程的核心环节,6 个 plugin manifest 全部对齐 + gemini-extension.json 长期漂移修复,对所有走 marketplace / extension 安装的用户都有效。
你考虑了哪些替代方案?
这个 PR 是否包含多个不相关的改变?
否。三件事通过共同性质绑定:"v1.4.0 release prep"。版本号 bump 必然牵动 6 个 manifest;gemini-extension.json 的 sync-plugin-version.js 修复正是为了让"版本号 bump"这件事一次性正确完成(否则 gemini-extension 又会被漏掉)。release notes 文档化本次发布内容。
已有的 PR
测试环境
本地验证:
评估
不适用 —— 本 PR 是 release prep(版本号 + 工具链 + 文档),不改任何 skill 内容、不影响模型行为。
严格性
人工审核
推荐 merge 顺序