release-skill 0.9.20 → 0.9.22
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/plugin.json +1 -1
- package/.codebuddy-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +2 -2
- package/.cursor-plugin/plugin.json +1 -1
- package/.kimi-plugin/plugin.json +1 -1
- package/.qoder-plugin/plugin.json +1 -1
- package/CHANGELOG.md +54 -0
- package/INSTALL.md +2 -2
- package/INSTALL.zh-CN.md +2 -2
- package/README.md +23 -27
- package/README.zh-CN.md +20 -25
- package/adapters/claude/.claude-plugin/plugin.json +1 -1
- package/adapters/claude/bin/release-skill.bundle.mjs +221 -26
- package/adapters/claude/skills/release-finish/SKILL.md +5 -3
- package/adapters/claude/skills/release-help/SKILL.md +2 -2
- package/adapters/codex/.codex-plugin/plugin.json +2 -2
- package/adapters/codex/bin/release-skill.bundle.mjs +221 -26
- package/adapters/codex/skills/release-finish/SKILL.md +5 -3
- package/adapters/codex/skills/release-help/SKILL.md +2 -2
- package/adapters/cursor/.cursor-plugin/plugin.json +1 -1
- package/adapters/cursor/bin/release-skill.bundle.mjs +221 -26
- package/adapters/cursor/skills/release-finish/SKILL.md +5 -3
- package/adapters/cursor/skills/release-help/SKILL.md +2 -2
- package/adapters/kimi/.kimi-plugin/plugin.json +1 -1
- package/adapters/kimi/bin/release-skill.bundle.mjs +221 -26
- package/adapters/kimi/skills/release-finish/SKILL.md +5 -3
- package/adapters/kimi/skills/release-help/SKILL.md +2 -2
- package/adapters/qoder/.qoder-plugin/plugin.json +1 -1
- package/adapters/qoder/bin/release-skill.bundle.mjs +221 -26
- package/adapters/qoder/skills/release-finish/SKILL.md +5 -3
- package/adapters/qoder/skills/release-help/SKILL.md +2 -2
- package/adapters/workbuddy/.codebuddy-plugin/plugin.json +1 -1
- package/adapters/workbuddy/bin/release-skill.bundle.mjs +221 -26
- package/adapters/workbuddy/skills/release-finish/SKILL.md +5 -3
- package/adapters/workbuddy/skills/release-help/SKILL.md +2 -2
- package/bin/release-skill.bundle.mjs +221 -26
- package/package.json +1 -1
- package/platform-manifest.json +4 -4
- package/references/02-project-config.md +2 -0
- package/skills/release-finish/SKILL.md +5 -3
- package/skills/release-help/SKILL.md +2 -2
- package/skills-src/release-finish/SKILL.md +5 -3
- package/skills-src/release-help/SKILL.md +2 -2
- package/src/commands/post-release-local.mjs +236 -30
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "release-skill",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.22",
|
|
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.9.
|
|
22
|
+
"Prepare a release plan for version 0.9.22.",
|
|
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,59 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
<!-- release-skill:changelog:start version=0.9.22 locale=en baseline=sha256:5b9ca7ff99b3d072831f4f114ff4830f6d76540f7c5262fd1deb97eaec9d0a57 -->
|
|
4
|
+
## [0.9.22] - 2026-09-17
|
|
5
|
+
|
|
6
|
+
0.9.22 is a local source candidate that fixes two failures found during the real-host rollout of 0.9.21. CodeBuddy and WorkBuddy keep the same frozen Hub identity and installed-payload checks. Foundation dependencies remain pinned to 0.21.0. This note is not evidence of publication, real-host acceptance, consumer installation verification, or independent acceptance.
|
|
7
|
+
|
|
8
|
+
### Security
|
|
9
|
+
|
|
10
|
+
- Hub publication remains a compare-and-swap operation. A partial Hub publication is never rolled back or force-pushed automatically.
|
|
11
|
+
- A Hub marketplace reported as github is accepted only on the Hub-backed CodeBuddy/WorkBuddy path. The updater still verifies the checkout origin, branch, HEAD, host-specific index, installed revision, and complete frozen payload.
|
|
12
|
+
- WorkBuddy reuses the existing strict residual_process_group envelope only when the child exited successfully and Foundation reports the exact cleanup evidence. Any field mismatch fails closed before later writes.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Skill Family Hub remains the central marketplace, and its release entry continues to use the existing GitHub Git Data API after release verification.
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- CodeBuddy 2.148.0 can now update an existing Hub plugin when its official marketplace list reports type github instead of type git.
|
|
21
|
+
- WorkBuddy can complete the same existing-plugin update when its embedded CodeBuddy CLI exits successfully but leaves a process group that Foundation has already terminated and verified.
|
|
22
|
+
|
|
23
|
+
### Upgrade Notes
|
|
24
|
+
|
|
25
|
+
Upgrade from 0.9.21 before running local host finishing for CodeBuddy or WorkBuddy. No configuration migration is required. Remove the old release-skill standalone marketplace; use the ifoohoo/skill-family-hub repository and Hub-qualified plugin id release-skill@skill-family-hub. Reload or restart each updated host before claiming that 0.9.22 is loaded.
|
|
26
|
+
<!-- release-skill:changelog:end version=0.9.22 locale=en -->
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
<!-- release-skill:changelog:start version=0.9.21 locale=en baseline=sha256:90f61122ebbbe5f53bc95be7049aaaab4401e19cc805e76be525e9a74bf0a360 -->
|
|
30
|
+
## [0.9.21] - 2026-09-17
|
|
31
|
+
|
|
32
|
+
0.9.21 is a local source candidate that enables automatic local updates for Claude, Codex, Kimi, CodeBuddy, and WorkBuddy when the frozen plan declares a Hub source. Qoder and Cursor retain their existing paths. Foundation dependencies remain pinned to 0.21.0. This note is not evidence of publication, real-host acceptance, consumer installation verification, or independent acceptance.
|
|
33
|
+
|
|
34
|
+
### Security
|
|
35
|
+
|
|
36
|
+
- Hub publication remains a compare-and-swap operation. A partial Hub publication is never rolled back or force-pushed automatically.
|
|
37
|
+
- CodeBuddy and WorkBuddy only upgrade existing installations and reject a Hub branch that moves before plugin update.
|
|
38
|
+
- Kimi uses the frozen GitHub Release; its repository-only Hub entry is not treated as tag or commit evidence.
|
|
39
|
+
- Completed postVerify lineage, host selection, plan-digest confirmation, and full installed-payload verification remain required. Host failures preserve the results of other selected hosts.
|
|
40
|
+
|
|
41
|
+
### Changed
|
|
42
|
+
|
|
43
|
+
- Skill Family Hub remains the central marketplace, and its release entry continues to use the existing GitHub Git Data API after release verification.
|
|
44
|
+
|
|
45
|
+
### Fixed
|
|
46
|
+
|
|
47
|
+
- Hub-only plans now produce executable local host targets without recreating legacy installation actions or distributions.
|
|
48
|
+
- Claude, Codex, CodeBuddy, and WorkBuddy verify their host-specific Hub entries and installed payloads against the frozen release identity.
|
|
49
|
+
- Kimi retains http_proxy, https_proxy, and all_proxy in the process that performs its controlled terminal installation.
|
|
50
|
+
|
|
51
|
+
### Upgrade Notes
|
|
52
|
+
|
|
53
|
+
Upgrade from 0.9.20 to automate the five previously manual Hub-backed hosts. No configuration migration is required. Remove the old release-skill standalone marketplace; use the ifoohoo/skill-family-hub repository and Hub-qualified plugin id release-skill@skill-family-hub. Claude can verify an exact current installation offline. Codex performs its existing remove/install flow when its list does not provide an installation root. Installed does not mean loaded: reload or restart the host and confirm the loaded version.
|
|
54
|
+
<!-- release-skill:changelog:end version=0.9.21 locale=en -->
|
|
55
|
+
|
|
56
|
+
|
|
3
57
|
<!-- release-skill:changelog:start version=0.9.20 locale=en baseline=sha256:b1fff0e015af8eb8c97c5a466bcd4f9aa879b1e9fe0622ed3281e55747ff9e1e -->
|
|
4
58
|
## [0.9.20] - 2026-09-17
|
|
5
59
|
|
package/INSTALL.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[简体中文](INSTALL.zh-CN.md)
|
|
4
4
|
|
|
5
|
-
<!-- release-skill:release-version: 0.9.
|
|
5
|
+
<!-- release-skill:release-version: 0.9.22 -->
|
|
6
6
|
## Prerequisites
|
|
7
7
|
|
|
8
8
|
- Node.js 22.0.0 or later
|
|
@@ -125,7 +125,7 @@ tag pinned to the exact version (never the bare repository URL, which installs
|
|
|
125
125
|
the latest release or default branch), confirm the trust prompt, then reload:
|
|
126
126
|
|
|
127
127
|
```
|
|
128
|
-
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.
|
|
128
|
+
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.22
|
|
129
129
|
/plugins reload
|
|
130
130
|
```
|
|
131
131
|
|
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.9.
|
|
5
|
+
<!-- release-skill:release-version: 0.9.22 -->
|
|
6
6
|
## 前置条件
|
|
7
7
|
|
|
8
8
|
- Node.js 22.0.0 或更高版本
|
|
@@ -113,7 +113,7 @@ release-skill 当前只采用并验证 Kimi Code 的交互式 TUI 路径,**无
|
|
|
113
113
|
(切勿使用裸仓库地址,它会安装最新 release 或默认分支),确认信任提示后重新加载:
|
|
114
114
|
|
|
115
115
|
```
|
|
116
|
-
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.
|
|
116
|
+
/plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.22
|
|
117
117
|
/plugins reload
|
|
118
118
|
```
|
|
119
119
|
|
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.9.
|
|
5
|
+
<!-- release-skill:release-version: 0.9.22 -->
|
|
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,39 +14,32 @@ 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.9.
|
|
17
|
+
**0.9.22** (2026-09-17)
|
|
18
18
|
|
|
19
|
-
0.9.
|
|
19
|
+
0.9.22 is a local source candidate that fixes two failures found during the real-host rollout of 0.9.21. CodeBuddy and WorkBuddy keep the same frozen Hub identity and installed-payload checks. Foundation dependencies remain pinned to 0.21.0. This note is not evidence of publication, real-host acceptance, consumer installation verification, or independent acceptance.
|
|
20
20
|
|
|
21
21
|
**Security**
|
|
22
22
|
|
|
23
|
-
- Read-only governance diagnosis does not execute target Skills, business scripts, builds, hooks, prepare, verify, or release-finish.
|
|
24
|
-
- Historical verification remains limited to files supplied explicitly by the maintainer and does not claim author identity, target execution, current artifact identity, or current remote state.
|
|
25
23
|
- Hub publication remains a compare-and-swap operation. A partial Hub publication is never rolled back or force-pushed automatically.
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- Public help and assessment guidance now routes read-only governance requests to the one check that matches the maintainer's intent: adoption status, offline readiness gaps, or explicit historical-record consistency.
|
|
30
|
-
- Adoption reports expose non-actionable discovered scripts in `gateDiagnostics`, while `gateSuggestions` remains limited to actionable, not-yet-configured drafts.
|
|
24
|
+
- A Hub marketplace reported as github is accepted only on the Hub-backed CodeBuddy/WorkBuddy path. The updater still verifies the checkout origin, branch, HEAD, host-specific index, installed revision, and complete frozen payload.
|
|
25
|
+
- WorkBuddy reuses the existing strict residual_process_group envelope only when the child exited successfully and Foundation reports the exact cleanup evidence. Any field mismatch fails closed before later writes.
|
|
31
26
|
|
|
32
27
|
**Changed**
|
|
33
28
|
|
|
34
|
-
- English and Chinese README guidance now documents the read-only governance boundary and preserves the existing authorization contract for setup and release work.
|
|
35
|
-
- Release assessment guidance states what each historical-record result proves and avoids treating a historical terminal status as evidence about current artifact bytes or remote state.
|
|
36
29
|
- Skill Family Hub remains the central marketplace, and its release entry continues to use the existing GitHub Git Data API after release verification.
|
|
37
30
|
|
|
38
31
|
**Fixed**
|
|
39
32
|
|
|
40
|
-
-
|
|
41
|
-
-
|
|
33
|
+
- CodeBuddy 2.148.0 can now update an existing Hub plugin when its official marketplace list reports type github instead of type git.
|
|
34
|
+
- WorkBuddy can complete the same existing-plugin update when its embedded CodeBuddy CLI exits successfully but leaves a process group that Foundation has already terminated and verified.
|
|
42
35
|
|
|
43
36
|
**Upgrade Notes**
|
|
44
37
|
|
|
45
|
-
Upgrade from 0.9.
|
|
38
|
+
Upgrade from 0.9.21 before running local host finishing for CodeBuddy or WorkBuddy. No configuration migration is required. Remove the old release-skill standalone marketplace; use the ifoohoo/skill-family-hub repository and Hub-qualified plugin id release-skill@skill-family-hub. Reload or restart each updated host before claiming that 0.9.22 is loaded.
|
|
46
39
|
<!-- release-skill:managed:end id=latest-release -->
|
|
47
40
|
|
|
48
41
|
<!-- release-skill:capability:external-write-boundary -->
|
|
49
|
-
> **Current boundary:** v0.9.
|
|
42
|
+
> **Current boundary:** v0.9.22 is the current source candidate. This README
|
|
50
43
|
> records intended scope and verification boundaries; it is not evidence of
|
|
51
44
|
> publication, consumer-installation verification, or independent acceptance.
|
|
52
45
|
> Release availability must be established from the corresponding release records
|
|
@@ -70,7 +63,7 @@ Upgrade from 0.9.19 to use the clearer governance entry guidance, actionable-onl
|
|
|
70
63
|
> publish global preflight.
|
|
71
64
|
|
|
72
65
|
<!-- release-skill:capability:safe-first-command -->
|
|
73
|
-
> **Production path verified since the v0.1.1 milestone; v0.9.
|
|
66
|
+
> **Production path verified since the v0.1.1 milestone; v0.9.22 is the current
|
|
74
67
|
> source candidate. Its README does not establish publication,
|
|
75
68
|
> consumer-installation verification, or independent acceptance.**
|
|
76
69
|
> The npm-installed CLI is the supported user entry. Source checkout
|
|
@@ -99,7 +92,7 @@ checkpoints remain intact and use matching-version recovery. Evidence v1 stays
|
|
|
99
92
|
read-only; v2 uses a closed top level with phase extensions in `details`.
|
|
100
93
|
Summaries and recovery suggestions are diagnostic, never publication authority.
|
|
101
94
|
|
|
102
|
-
The current 0.9.
|
|
95
|
+
The current 0.9.22 candidate includes the narrow R-05 Hook cache v2 consumer
|
|
103
96
|
path, the public `postverify` path, and the stable isolated install-tree record
|
|
104
97
|
path (A2/A3). It also adds the explicit-input `verify-records` command and a
|
|
105
98
|
self-contained Qoder projection, first-class Cursor packaging, and the
|
|
@@ -884,15 +877,18 @@ run. The core prepare, publish, and verify workflow remains cross-platform.
|
|
|
884
877
|
A release unit may also declare `postPublish.localHostUpdate` for a plugin that
|
|
885
878
|
is delivered through a project-selected Hub by a `postVerify` hook. After that
|
|
886
879
|
hook reaches `DISTRIBUTED`, `ship`, `verify`, `post-release`, and
|
|
887
|
-
`release-finish` display the declared Hub, plugin, and hosts.
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
880
|
+
`release-finish` display the declared Hub, plugin, and hosts. Version 0.9.22
|
|
881
|
+
makes Claude, Codex, Kimi, CodeBuddy, WorkBuddy, and Qoder executable after
|
|
882
|
+
explicit host selection and plan-digest confirmation. Claude and Codex require
|
|
883
|
+
an existing matching Hub marketplace and verify its host-specific entry before
|
|
884
|
+
plugin writes. CodeBuddy and WorkBuddy only upgrade existing installations,
|
|
885
|
+
checking the Hub branch again after refresh. Kimi uses the frozen GitHub Release
|
|
886
|
+
and controlled terminal interaction, preserving all three proxy variables;
|
|
887
|
+
its repository-only Hub file is not tag or commit evidence. Every successful
|
|
888
|
+
update verifies the installed payload against the frozen snapshot. Claude can
|
|
889
|
+
verify an exact current installation offline; Codex reinstalls when its list
|
|
890
|
+
does not expose an installation root. Existing frozen installation actions
|
|
891
|
+
and the Qoder and Cursor paths remain supported without duplicate execution.
|
|
896
892
|
|
|
897
893
|
Production `prepare` also performs one best-effort retention pass after its new
|
|
898
894
|
run evidence exists and before expensive snapshot and hook work. It removes
|
package/README.zh-CN.md
CHANGED
|
@@ -2,45 +2,38 @@
|
|
|
2
2
|
|
|
3
3
|
[English](README.md) · 安装指南:[中文](INSTALL.zh-CN.md) / [English](INSTALL.md)
|
|
4
4
|
|
|
5
|
-
<!-- release-skill:release-version: 0.9.
|
|
5
|
+
<!-- release-skill:release-version: 0.9.22 -->
|
|
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.9.
|
|
11
|
+
**0.9.22** (2026-09-17)
|
|
12
12
|
|
|
13
|
-
0.9.
|
|
13
|
+
0.9.22 是一个本地源码候选,修复 0.9.21 真实宿主收尾暴露的两处问题。CodeBuddy 与 WorkBuddy 继续使用同一份冻结 Hub 身份和安装载荷检查。Foundation 依赖保持固定为 0.21.0。本说明不代表已经发布、完成真实宿主验收、完成消费者安装验证或通过独立验收。
|
|
14
14
|
|
|
15
15
|
**安全**
|
|
16
16
|
|
|
17
|
-
- 只读治理诊断不会执行目标 Skill、业务脚本、构建、hook、prepare、verify 或 release-finish。
|
|
18
|
-
- 历史核对只读取维护者显式提供的文件,不鉴定作者,也不证明目标实际执行、当前发行物身份或当前远端状态。
|
|
19
17
|
- Hub 发布继续绑定已观察的分支头执行比较后写入。部分发布时不回滚、不覆盖已经成功的远端步骤。
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
- 公共帮助与评估入口现在按维护者的意图区分三类只读请求:判断是否接入、分析离线就绪缺口、核对显式提供的历史记录。
|
|
24
|
-
- 接入报告新增 `gateDiagnostics`,用于保留不能形成执行草案的脚本发现;`gateSuggestions` 只保留尚未配置且能够执行的草案。
|
|
18
|
+
- 只有 Hub-backed CodeBuddy/WorkBuddy 路径接受 github 市场类型。更新器仍核对 checkout 的 origin、分支、HEAD、宿主专用索引、安装修订号和完整冻结载荷。
|
|
19
|
+
- WorkBuddy 只复用现有的严格 residual_process_group 信封。子进程必须成功退出,Foundation 也必须返回精确的清理证据;任一字段不符时,在后续写入前失败关闭。
|
|
25
20
|
|
|
26
21
|
**变更**
|
|
27
22
|
|
|
28
|
-
-
|
|
29
|
-
- 发布评估说明明确历史记录核对结果的效力,避免把历史终态误写成当前发行物字节或远端状态的证据。
|
|
30
|
-
- Skill Family Hub 继续作为统一市场;发布完成验证后,release-skill 仍通过既有 GitHub Git Data API 更新 Hub 条目。
|
|
23
|
+
- Skill Family Hub 继续作为统一市场;发布完成验证后,仍通过既有 GitHub Git Data API 更新 Hub 条目。
|
|
31
24
|
|
|
32
25
|
**修复**
|
|
33
26
|
|
|
34
|
-
-
|
|
35
|
-
-
|
|
27
|
+
- CodeBuddy 2.148.0 的官方市场列表返回 github 类型时,现在可以继续更新既有 Hub 插件。
|
|
28
|
+
- WorkBuddy 的内嵌 CodeBuddy CLI 成功退出,且 Foundation 已清理并验证残留进程组时,现在可以完成同一条既有插件更新路径。
|
|
36
29
|
|
|
37
30
|
**升级说明**
|
|
38
31
|
|
|
39
|
-
|
|
32
|
+
执行 CodeBuddy 或 WorkBuddy 本机宿主收尾前,请从 0.9.21 升级到 0.9.22,无需迁移配置。请移除独立的 `release-skill` 市场,改用 ifoohoo/skill-family-hub 仓库与 Hub 限定插件名 release-skill@skill-family-hub。更新后必须重新加载或重启宿主,确认实际加载 0.9.22 后再报告完成。
|
|
40
33
|
<!-- release-skill:managed:end id=latest-release -->
|
|
41
34
|
|
|
42
35
|
<!-- release-skill:capability:external-write-boundary -->
|
|
43
|
-
> **当前边界:** v0.9.
|
|
36
|
+
> **当前边界:** v0.9.22 只是当前源码候选。本 README 记录预期范围与验证边界,
|
|
44
37
|
> 不代表已经发布、完成消费者安装验证或通过独立验收。
|
|
45
38
|
> 版本可用性以对应发布记录及发布后验证结果为准。
|
|
46
39
|
> v0.4.1 是更早的已发布里程碑(v0.2.2 曾处于已发布状态,后因平台验证收敛修复而更新)。
|
|
@@ -56,7 +49,7 @@ release-skill 帮助维护者回答三个问题:准备发布什么、还有哪
|
|
|
56
49
|
> 远端唯一性检查在 `publish` 全局预检执行。
|
|
57
50
|
|
|
58
51
|
<!-- release-skill:capability:safe-first-command -->
|
|
59
|
-
> **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.9.
|
|
52
|
+
> **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.9.22 是当前源码候选,本 README 不证明该候选已经发布、完成消费者安装验证或通过独立验收。**
|
|
60
53
|
> npm 安装的 CLI 是受支持的用户入口;源码 checkout 保留为开发/贡献者路径。
|
|
61
54
|
>
|
|
62
55
|
> **第一条命令:**
|
|
@@ -74,7 +67,7 @@ marketplace 委托目标工作区发布的边界不变。
|
|
|
74
67
|
|
|
75
68
|
旧 production 计划缺少 `sourceAuthority` 时,在外部写入前拒绝。未发生外部写入的计划必须重新 prepare 并批准新摘要,不能补写旧计划或迁移批准。已有 `PARTIAL` 保留检查点,走匹配版本的恢复路径。evidence v1 只读;v2 顶层封闭,阶段扩展放在 `details`。摘要和恢复建议只作诊断,不构成发布权威。
|
|
76
69
|
|
|
77
|
-
当前 0.9.
|
|
70
|
+
当前 0.9.22 候选包含窄范围的 R-05 Hook cache v2 消费路径、公开 `postverify`
|
|
78
71
|
路径和稳定隔离安装树记录路径(A2/A3),并增加只接受显式输入的 `verify-records`
|
|
79
72
|
命令、自包含 Qoder 投影、Cursor 正式打包,以及基于 Foundation 的宿主核验桥。
|
|
80
73
|
Skill Family Hub 仍是唯一市场来源。
|
|
@@ -740,12 +733,14 @@ verify run;核心 prepare、publish、verify 流程仍跨平台。
|
|
|
740
733
|
|
|
741
734
|
如果插件由项目选定的 Hub 通过 `postVerify` Hook 交付,发布单元还可以声明
|
|
742
735
|
`postPublish.localHostUpdate`。Hook 达到 `DISTRIBUTED` 后,`ship`、`verify`、
|
|
743
|
-
`post-release` 和 `release-finish` 会显示声明中的 Hub、插件和宿主。0.9.
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
736
|
+
`post-release` 和 `release-finish` 会显示声明中的 Hub、插件和宿主。0.9.22 让 Claude、
|
|
737
|
+
Codex、Kimi、CodeBuddy、WorkBuddy 和 Qoder 在用户选择宿主并确认计划摘要后进入执行。
|
|
738
|
+
Claude 和 Codex 要求已有同源 Hub 市场,并在插件写入前核对宿主专用条目。CodeBuddy
|
|
739
|
+
与 WorkBuddy 只升级既有安装,刷新市场后再次检查 Hub 分支是否漂移。Kimi 使用冻结
|
|
740
|
+
GitHub Release 和受控终端交互,保留三个代理变量;只有仓库 URL 的 Hub 文件不作为
|
|
741
|
+
标签或提交证据。更新成功前必须把实际安装载荷与冻结快照比较。Claude 可离线复验
|
|
742
|
+
精确当前安装;Codex 列表没有安装根时仍须正式重装。旧安装动作与 Qoder、Cursor
|
|
743
|
+
路径继续可用,身份一致的重复目标只执行一次。
|
|
749
744
|
|
|
750
745
|
生产 prepare 还会在本轮运行证据建立后、高成本快照和 Hook 之前执行一次尽力清理。
|
|
751
746
|
它只删除已被更新完整谱系取代的终态运行目录,以及没有有效计划或外部写入迹象的封口
|