release-skill 0.7.1 → 0.7.3

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.
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "name": "release-skill",
11
11
  "source": "./",
12
- "version": "0.7.1",
12
+ "version": "0.7.3",
13
13
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
14
14
  "author": {
15
15
  "name": "广州市风荷科技有限公司"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
6
  "name": "广州市风荷科技有限公司"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
6
  "name": "广州市风荷科技有限公司"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
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.1.",
22
+ "Prepare a release plan for version 0.7.3.",
23
23
  "Help me understand the release workflow."
24
24
  ]
25
25
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
6
  "name": "广州市风荷科技有限公司"
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ <!-- release-skill:changelog:start version=0.7.3 locale=en baseline=sha256:18caf087c567201044292c958694b39ae9989d4c1abb1886aaa5a1ce8ca57bca -->
4
+ ## [0.7.3] - 2026-08-22
5
+
6
+ v0.7.3 adopts Foundation 0.8.1 so generated host adapters can initialize Foundation reports and managed projection without rewriting Foundation package identity.
7
+
8
+ ### Fixed
9
+
10
+ - **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.
11
+ <!-- release-skill:changelog:end version=0.7.3 locale=en -->
12
+
13
+
14
+ <!-- release-skill:changelog:start version=0.7.2 locale=en baseline=sha256:2d5868f216a43f817df4db597c239ab7db305398dba7af1ffe555b47105dbe75 -->
15
+ ## [0.7.2] - 2026-08-22
16
+
17
+ v0.7.2 fixes native safe-fs loading from generated host adapters whose installation roots intentionally omit package.json.
18
+
19
+ ### Fixed
20
+
21
+ - **Adapter-safe native loader anchor**: the bundled runtime now anchors createRequire() to the shipped CLI entry shared by source and adapter layouts. Claude, Codex, Kimi, and WorkBuddy adapters can load their packaged native safe-fs addon without relying on a root package manifest.
22
+ <!-- release-skill:changelog:end version=0.7.2 locale=en -->
23
+
24
+
3
25
  <!-- release-skill:changelog:start version=0.7.1 locale=en baseline=sha256:9f86def686489f30d89bb67884dfd8c44ee1d48b5d0cf5efabba44f87998d7d4 -->
4
26
  ## [0.7.1] - 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.1 -->
5
+ <!-- release-skill:release-version: 0.7.3 -->
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.1
117
+ /plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.7.3
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.1 -->
5
+ <!-- release-skill:release-version: 0.7.3 -->
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.1
107
+ /plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.7.3
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.1 -->
5
+ <!-- release-skill:release-version: 0.7.3 -->
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.1** (2026-08-22)
17
+ **0.7.3** (2026-08-22)
18
18
 
19
- v0.7.1 fixes a leakage-scan false positive that blocked generated JSON Schema validators containing POSIX-like JSON Pointer segments.
19
+ v0.7.3 adopts Foundation 0.8.1 so generated host adapters can initialize Foundation reports and managed projection without rewriting Foundation package identity.
20
20
 
21
21
  **Fixed**
22
22
 
23
- - **Context-aware POSIX path detection**: the snapshot leakage scanner no longer treats JSON Pointer property segments or ordinary URL paths as machine-local absolute paths. Concrete Linux root, home, and user-home paths remain release-blocking findings.
23
+ - **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.
24
24
  <!-- release-skill:managed:end id=latest-release -->
25
25
 
26
26
  <!-- release-skill:capability:external-write-boundary -->
27
- > **Current boundary:** v0.7.1 is the current source candidate; v0.6.3 remains
27
+ > **Current boundary:** v0.7.3 is the current source candidate; v0.7.2 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.1 fixes a leakage-scan false positive that blocked generated JSON Schema va
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.1 is the current
48
- > source candidate and v0.6.3 is the latest published release.** The npm-installed CLI is the supported user entry. Source checkout
47
+ > **Production path verified since the v0.1.1 milestone; v0.7.3 is the current
48
+ > source candidate and v0.7.2 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.1 -->
5
+ <!-- release-skill:release-version: 0.7.3 -->
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.1** (2026-08-22)
11
+ **0.7.3** (2026-08-22)
12
12
 
13
- v0.7.1 修复了泄漏扫描误报:生成的 JSON Schema 校验器包含形似 POSIX 路径的 JSON Pointer 时,不再被错误阻断。
13
+ v0.7.3 升级到 Foundation 0.8.1。生成的宿主适配器现在可以初始化 Foundation 报告并执行托管投影,无需改写 Foundation 包身份。
14
14
 
15
15
  **修复**
16
16
 
17
- - **按上下文识别 POSIX 路径**:快照泄漏扫描不再把 JSON Pointer 属性片段或普通 URL 路径当成本机绝对路径;真实的 Linux roothome 和用户主目录路径仍会阻断发布。
17
+ - **由 Foundation 自主管理 bundle 身份**:release-skill 现在精确依赖 0.8.1 Contracts、Harness 和 Engineering Kit,并删除对 report.mjs 身份的改写。ClaudeCodex、Kimi 和 WorkBuddy 适配器遇到缺失计划时会返回 release-skill 的 GATE_FAILED 诊断;Codex 适配器也能从冻结输入完成 Foundation 托管投影并达到 DISTRIBUTED。
18
18
  <!-- release-skill:managed:end id=latest-release -->
19
19
 
20
20
  <!-- release-skill:capability:external-write-boundary -->
21
- > **当前边界:** v0.7.1 是当前源码候选,v0.6.3 是最新已发布版本。v0.4.1 是更早的已发布里程碑(v0.2.2 曾处于已发布状态,后因平台验证收敛修复而更新)。
21
+ > **当前边界:** v0.7.3 是当前源码候选,v0.7.2 是最新已发布版本。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.1 修复了泄漏扫描误报:生成的 JSON Schema 校验器包含形似
31
31
  > 远端唯一性检查在 `publish` 全局预检执行。
32
32
 
33
33
  <!-- release-skill:capability:safe-first-command -->
34
- > **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.7.1 是当前源码候选,v0.6.3 是最新已发布版本。**
34
+ > **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.7.3 是当前源码候选,v0.7.2 是最新已发布版本。**
35
35
  > npm 安装的 CLI 是受支持的用户入口;源码 checkout 保留为开发/贡献者路径。
36
36
  >
37
37
  > **第一条命令:**
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "name": "release-skill",
11
11
  "source": "./",
12
- "version": "0.7.1",
12
+ "version": "0.7.3",
13
13
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
14
14
  "author": {
15
15
  "name": "广州市风荷科技有限公司"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
6
  "name": "广州市风荷科技有限公司"