release-skill 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.codebuddy-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +2 -2
- package/.kimi-plugin/plugin.json +1 -1
- package/CHANGELOG.md +22 -0
- package/INSTALL.md +2 -2
- package/INSTALL.zh-CN.md +2 -2
- package/README.md +7 -7
- package/README.zh-CN.md +6 -6
- package/adapters/claude/.claude-plugin/marketplace.json +1 -1
- package/adapters/claude/.claude-plugin/plugin.json +1 -1
- package/adapters/claude/bin/release-skill.bundle.mjs +421 -243
- package/adapters/codex/.codex-plugin/plugin.json +2 -2
- package/adapters/codex/bin/release-skill.bundle.mjs +421 -243
- package/adapters/kimi/.kimi-plugin/plugin.json +1 -1
- package/adapters/kimi/bin/release-skill.bundle.mjs +421 -243
- package/adapters/workbuddy/.codebuddy-plugin/plugin.json +1 -1
- package/adapters/workbuddy/bin/release-skill.bundle.mjs +421 -243
- package/bin/release-skill.bundle.mjs +421 -243
- package/package.json +4 -4
- package/platform-manifest.json +2 -2
- package/scripts/build-bundle.mjs +0 -31
- package/src/core/skill-resource-closure.mjs +29 -3
- package/src/platforms/registry.mjs +31 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "release-skill",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "广州市风荷科技有限公司"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"defaultPrompt": [
|
|
21
21
|
"Assess this project for release readiness.",
|
|
22
|
-
"Prepare a release plan for version 0.7.
|
|
22
|
+
"Prepare a release plan for version 0.7.4.",
|
|
23
23
|
"Help me understand the release workflow."
|
|
24
24
|
]
|
|
25
25
|
}
|
package/.kimi-plugin/plugin.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
<!-- release-skill:changelog:start version=0.7.4 locale=en baseline=sha256:c1d8df84f44367edc819829462687c58f30eb7ea23b8761c317254bd386ece85 -->
|
|
4
|
+
## [0.7.4] - 2026-08-22
|
|
5
|
+
|
|
6
|
+
v0.7.4 recognizes declared plugin hosts in both generated adapter trees and registered platform projection trees, so valid releases such as Skill Family Audit are no longer blocked by a false missing-host result.
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
|
|
10
|
+
- **Registry-driven projection surfaces**: each platform descriptor now declares its exact `platforms/*` skill projection surface. The resource-closure gate derives the host from the existing `buildAdapter.name` authority. Claude, Codex, Kimi, and WorkBuddy projections satisfy declared-host coverage without copying adapter trees; unknown platform projections still fail closed. The changed closure algorithm is identified as `skill-resource-closure-v3`, so frozen plans from earlier checker versions cannot cross the publish boundary.
|
|
11
|
+
<!-- release-skill:changelog:end version=0.7.4 locale=en -->
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
<!-- release-skill:changelog:start version=0.7.3 locale=en baseline=sha256:18caf087c567201044292c958694b39ae9989d4c1abb1886aaa5a1ce8ca57bca -->
|
|
15
|
+
## [0.7.3] - 2026-08-22
|
|
16
|
+
|
|
17
|
+
v0.7.3 adopts Foundation 0.8.1 so generated host adapters can initialize Foundation reports and managed projection without rewriting Foundation package identity.
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- **Foundation-owned bundle identity**: release-skill now consumes the exact 0.8.1 Contracts, Harness, and Engineering Kit packages and removes its report.mjs identity rewrite. Claude, Codex, Kimi, and WorkBuddy adapters now reach release-domain GATE_FAILED diagnostics for missing plans, while a frozen Codex distribution completes Foundation managed projection and reaches DISTRIBUTED.
|
|
22
|
+
<!-- release-skill:changelog:end version=0.7.3 locale=en -->
|
|
23
|
+
|
|
24
|
+
|
|
3
25
|
<!-- release-skill:changelog:start version=0.7.2 locale=en baseline=sha256:2d5868f216a43f817df4db597c239ab7db305398dba7af1ffe555b47105dbe75 -->
|
|
4
26
|
## [0.7.2] - 2026-08-22
|
|
5
27
|
|
package/INSTALL.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[简体中文](INSTALL.zh-CN.md)
|
|
4
4
|
|
|
5
|
-
<!-- release-skill:release-version: 0.7.
|
|
5
|
+
<!-- release-skill:release-version: 0.7.4 -->
|
|
6
6
|
## Prerequisites
|
|
7
7
|
|
|
8
8
|
- Node.js 22.0.0 or later
|
|
@@ -114,7 +114,7 @@ tag pinned to the exact version (never the bare repository URL, which installs
|
|
|
114
114
|
the latest release or default branch), confirm the trust prompt, then reload:
|
|
115
115
|
|
|
116
116
|
```
|
|
117
|
-
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.7.
|
|
117
|
+
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.7.4
|
|
118
118
|
/plugins reload
|
|
119
119
|
```
|
|
120
120
|
|
package/INSTALL.zh-CN.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](INSTALL.md)
|
|
4
4
|
|
|
5
|
-
<!-- release-skill:release-version: 0.7.
|
|
5
|
+
<!-- release-skill:release-version: 0.7.4 -->
|
|
6
6
|
## 前置条件
|
|
7
7
|
|
|
8
8
|
- Node.js 22.0.0 或更高版本
|
|
@@ -104,7 +104,7 @@ Kimi Code 有交互式插件市场,但**没有可脚本化的非交互安装
|
|
|
104
104
|
(切勿使用裸仓库地址,它会安装最新 release 或默认分支),确认信任提示后重新加载:
|
|
105
105
|
|
|
106
106
|
```
|
|
107
|
-
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.7.
|
|
107
|
+
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.7.4
|
|
108
108
|
/plugins reload
|
|
109
109
|
```
|
|
110
110
|
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[简体中文](README.zh-CN.md) · Installation: [English](INSTALL.md) / [简体中文](INSTALL.zh-CN.md)
|
|
4
4
|
|
|
5
|
-
<!-- release-skill:release-version: 0.7.
|
|
5
|
+
<!-- release-skill:release-version: 0.7.4 -->
|
|
6
6
|
Release preparation for Claude Code, CodeBuddy, WorkBuddy, Codex, and Kimi Code, with human-edited files kept intact.
|
|
7
7
|
|
|
8
8
|
release-skill helps a maintainer answer three questions: what will be released,
|
|
@@ -14,17 +14,17 @@ Setup surfaces only the deterministic `compactSummary` review view; the full
|
|
|
14
14
|
report stays in a temporary session directory.
|
|
15
15
|
|
|
16
16
|
<!-- release-skill:managed:start id=latest-release -->
|
|
17
|
-
**0.7.
|
|
17
|
+
**0.7.4** (2026-08-22)
|
|
18
18
|
|
|
19
|
-
v0.7.
|
|
19
|
+
v0.7.4 recognizes declared plugin hosts in both generated adapter trees and registered platform projection trees, so valid releases such as Skill Family Audit are no longer blocked by a false missing-host result.
|
|
20
20
|
|
|
21
21
|
**Fixed**
|
|
22
22
|
|
|
23
|
-
- **
|
|
23
|
+
- **Registry-driven projection surfaces**: each platform descriptor now declares its exact `platforms/*` skill projection surface. The resource-closure gate derives the host from the existing `buildAdapter.name` authority. Claude, Codex, Kimi, and WorkBuddy projections satisfy declared-host coverage without copying adapter trees; unknown platform projections still fail closed. The changed closure algorithm is identified as `skill-resource-closure-v3`, so frozen plans from earlier checker versions cannot cross the publish boundary.
|
|
24
24
|
<!-- release-skill:managed:end id=latest-release -->
|
|
25
25
|
|
|
26
26
|
<!-- release-skill:capability:external-write-boundary -->
|
|
27
|
-
> **Current boundary:** v0.7.
|
|
27
|
+
> **Current boundary:** v0.7.4 is the current source candidate; v0.7.3 remains
|
|
28
28
|
> the latest published release. v0.4.1 was an earlier published milestone;
|
|
29
29
|
> v0.2.2 previously held published status before the platform verification
|
|
30
30
|
> convergence fix was added.
|
|
@@ -44,8 +44,8 @@ v0.7.2 fixes native safe-fs loading from generated host adapters whose installat
|
|
|
44
44
|
> publish global preflight.
|
|
45
45
|
|
|
46
46
|
<!-- release-skill:capability:safe-first-command -->
|
|
47
|
-
> **Production path verified since the v0.1.1 milestone; v0.7.
|
|
48
|
-
> source candidate and v0.7.
|
|
47
|
+
> **Production path verified since the v0.1.1 milestone; v0.7.4 is the current
|
|
48
|
+
> source candidate and v0.7.3 is the latest published release.** The npm-installed CLI is the supported user entry. Source checkout
|
|
49
49
|
> is the development/contributor fallback.
|
|
50
50
|
>
|
|
51
51
|
> **Start here:**
|
package/README.zh-CN.md
CHANGED
|
@@ -2,23 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
[English](README.md) · 安装指南:[中文](INSTALL.zh-CN.md) / [English](INSTALL.md)
|
|
4
4
|
|
|
5
|
-
<!-- release-skill:release-version: 0.7.
|
|
5
|
+
<!-- release-skill:release-version: 0.7.4 -->
|
|
6
6
|
面向 Claude Code、CodeBuddy、WorkBuddy、Codex 和 Kimi Code 的发布准备工具,完整保留人工维护的文件内容。
|
|
7
7
|
|
|
8
8
|
release-skill 帮助维护者回答三个问题:准备发布什么、还有哪些检查未通过、最终发布的内容是什么。它不重新生成、也不回写项目源文件。`prepare` 把每个配置的公开文件复制到隔离快照并验证字节——先冻结并供人工审阅,再从同一份冻结产物发布。`setup` 只显示确定性的 `compactSummary` 审阅视图,完整报告保留在临时会话目录中。
|
|
9
9
|
|
|
10
10
|
<!-- release-skill:managed:start id=latest-release -->
|
|
11
|
-
**0.7.
|
|
11
|
+
**0.7.4** (2026-08-22)
|
|
12
12
|
|
|
13
|
-
v0.7.
|
|
13
|
+
v0.7.4 同时识别生成的 adapter 目录和平台注册的投影目录,不再把 Skill Family Audit 这类合法发布误判为缺少宿主面。
|
|
14
14
|
|
|
15
15
|
**修复**
|
|
16
16
|
|
|
17
|
-
-
|
|
17
|
+
- **由平台注册表统一识别投影面**:每个平台描述符现在声明精确的 `platforms/*` 技能投影目录。资源闭包门禁继续从既有 `buildAdapter.name` 权威字段派生宿主名。Claude、Codex、Kimi 和 WorkBuddy 投影无需复制 adapter 目录即可满足宿主覆盖;未知平台投影仍会失败关闭。变更后的闭包算法标识为 `skill-resource-closure-v3`,旧检查器冻结的计划不能越过发布边界。
|
|
18
18
|
<!-- release-skill:managed:end id=latest-release -->
|
|
19
19
|
|
|
20
20
|
<!-- release-skill:capability:external-write-boundary -->
|
|
21
|
-
> **当前边界:** v0.7.
|
|
21
|
+
> **当前边界:** v0.7.4 是当前源码候选,v0.7.3 是最新已发布版本。v0.4.1 是更早的已发布里程碑(v0.2.2 曾处于已发布状态,后因平台验证收敛修复而更新)。
|
|
22
22
|
> v0.1.1 已完成 GitHub 与 npm 的
|
|
23
23
|
> 真实生产发布,是首次生产验证的历史里程碑,并从冻结 Git ref 完成精确 npm
|
|
24
24
|
> 安装及 Claude/Codex 消费者安装验证;"当前发布版本"与"首次生产验证里程碑"
|
|
@@ -31,7 +31,7 @@ v0.7.2 修复了宿主适配器的 native safe-fs 加载问题:适配器安装
|
|
|
31
31
|
> 远端唯一性检查在 `publish` 全局预检执行。
|
|
32
32
|
|
|
33
33
|
<!-- release-skill:capability:safe-first-command -->
|
|
34
|
-
> **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.7.
|
|
34
|
+
> **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.7.4 是当前源码候选,v0.7.3 是最新已发布版本。**
|
|
35
35
|
> npm 安装的 CLI 是受支持的用户入口;源码 checkout 保留为开发/贡献者路径。
|
|
36
36
|
>
|
|
37
37
|
> **第一条命令:**
|