release-skill 0.9.19 → 0.9.21

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.
Files changed (63) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/.codebuddy-plugin/plugin.json +1 -1
  3. package/.codex-plugin/plugin.json +2 -2
  4. package/.cursor-plugin/plugin.json +1 -1
  5. package/.kimi-plugin/plugin.json +1 -1
  6. package/.qoder-plugin/plugin.json +1 -1
  7. package/CHANGELOG.md +61 -0
  8. package/INSTALL.md +2 -2
  9. package/INSTALL.zh-CN.md +2 -2
  10. package/README.md +38 -29
  11. package/README.zh-CN.md +34 -27
  12. package/adapters/claude/.claude-plugin/plugin.json +1 -1
  13. package/adapters/claude/bin/release-skill.bundle.mjs +210 -22
  14. package/adapters/claude/skills/release-assess/SKILL.md +41 -17
  15. package/adapters/claude/skills/release-finish/SKILL.md +5 -3
  16. package/adapters/claude/skills/release-help/SKILL.md +15 -4
  17. package/adapters/claude/skills/release-setup/SKILL.md +2 -1
  18. package/adapters/codex/.codex-plugin/plugin.json +2 -2
  19. package/adapters/codex/bin/release-skill.bundle.mjs +210 -22
  20. package/adapters/codex/skills/release-assess/SKILL.md +41 -17
  21. package/adapters/codex/skills/release-finish/SKILL.md +5 -3
  22. package/adapters/codex/skills/release-help/SKILL.md +15 -4
  23. package/adapters/codex/skills/release-setup/SKILL.md +2 -1
  24. package/adapters/cursor/.cursor-plugin/plugin.json +1 -1
  25. package/adapters/cursor/bin/release-skill.bundle.mjs +210 -22
  26. package/adapters/cursor/skills/release-assess/SKILL.md +41 -17
  27. package/adapters/cursor/skills/release-finish/SKILL.md +5 -3
  28. package/adapters/cursor/skills/release-help/SKILL.md +15 -4
  29. package/adapters/cursor/skills/release-setup/SKILL.md +2 -1
  30. package/adapters/kimi/.kimi-plugin/plugin.json +1 -1
  31. package/adapters/kimi/bin/release-skill.bundle.mjs +210 -22
  32. package/adapters/kimi/skills/release-assess/SKILL.md +41 -17
  33. package/adapters/kimi/skills/release-finish/SKILL.md +5 -3
  34. package/adapters/kimi/skills/release-help/SKILL.md +15 -4
  35. package/adapters/kimi/skills/release-setup/SKILL.md +2 -1
  36. package/adapters/qoder/.qoder-plugin/plugin.json +1 -1
  37. package/adapters/qoder/bin/release-skill.bundle.mjs +210 -22
  38. package/adapters/qoder/skills/release-assess/SKILL.md +41 -17
  39. package/adapters/qoder/skills/release-finish/SKILL.md +5 -3
  40. package/adapters/qoder/skills/release-help/SKILL.md +15 -4
  41. package/adapters/qoder/skills/release-setup/SKILL.md +2 -1
  42. package/adapters/workbuddy/.codebuddy-plugin/plugin.json +1 -1
  43. package/adapters/workbuddy/bin/release-skill.bundle.mjs +210 -22
  44. package/adapters/workbuddy/skills/release-assess/SKILL.md +41 -17
  45. package/adapters/workbuddy/skills/release-finish/SKILL.md +5 -3
  46. package/adapters/workbuddy/skills/release-help/SKILL.md +15 -4
  47. package/adapters/workbuddy/skills/release-setup/SKILL.md +2 -1
  48. package/bin/release-skill.bundle.mjs +210 -22
  49. package/package.json +1 -1
  50. package/platform-manifest.json +4 -4
  51. package/references/02-project-config.md +2 -0
  52. package/skills/release-assess/SKILL.md +41 -17
  53. package/skills/release-finish/SKILL.md +5 -3
  54. package/skills/release-help/SKILL.md +15 -4
  55. package/skills/release-setup/SKILL.md +2 -1
  56. package/skills-src/release-assess/SKILL.md +41 -17
  57. package/skills-src/release-finish/SKILL.md +5 -3
  58. package/skills-src/release-help/SKILL.md +15 -4
  59. package/skills-src/release-setup/SKILL.md +2 -1
  60. package/src/commands/post-release-local.mjs +215 -20
  61. package/src/commands/setup.mjs +8 -1
  62. package/src/core/adoption-assessment.mjs +9 -5
  63. package/src/platforms/registry.mjs +6 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.9.19",
3
+ "version": "0.9.21",
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.9.19",
3
+ "version": "0.9.21",
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.9.19",
3
+ "version": "0.9.21",
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.19.",
22
+ "Prepare a release plan for version 0.9.21.",
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.9.19",
3
+ "version": "0.9.21",
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.9.19",
3
+ "version": "0.9.21",
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.9.19",
3
+ "version": "0.9.21",
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,66 @@
1
1
  # Changelog
2
2
 
3
+ <!-- release-skill:changelog:start version=0.9.21 locale=en baseline=sha256:90f61122ebbbe5f53bc95be7049aaaab4401e19cc805e76be525e9a74bf0a360 -->
4
+ ## [0.9.21] - 2026-09-17
5
+
6
+ 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.
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
+ - CodeBuddy and WorkBuddy only upgrade existing installations and reject a Hub branch that moves before plugin update.
12
+ - Kimi uses the frozen GitHub Release; its repository-only Hub entry is not treated as tag or commit evidence.
13
+ - Completed postVerify lineage, host selection, plan-digest confirmation, and full installed-payload verification remain required. Host failures preserve the results of other selected hosts.
14
+
15
+ ### Changed
16
+
17
+ - Skill Family Hub remains the central marketplace, and its release entry continues to use the existing GitHub Git Data API after release verification.
18
+
19
+ ### Fixed
20
+
21
+ - Hub-only plans now produce executable local host targets without recreating legacy installation actions or distributions.
22
+ - Claude, Codex, CodeBuddy, and WorkBuddy verify their host-specific Hub entries and installed payloads against the frozen release identity.
23
+ - Kimi retains http_proxy, https_proxy, and all_proxy in the process that performs its controlled terminal installation.
24
+
25
+ ### Upgrade Notes
26
+
27
+ 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.
28
+ <!-- release-skill:changelog:end version=0.9.21 locale=en -->
29
+
30
+
31
+ <!-- release-skill:changelog:start version=0.9.20 locale=en baseline=sha256:b1fff0e015af8eb8c97c5a466bcd4f9aa879b1e9fe0622ed3281e55747ff9e1e -->
32
+ ## [0.9.20] - 2026-09-17
33
+
34
+ 0.9.20 is a local source candidate that makes release governance diagnosis easier to select and safer to interpret. Existing public Skills now distinguish adoption assessment, offline release-readiness assessment, and explicit historical-record verification without running target Skills, hooks, builds, or release actions. This release also separates actionable verification-gate drafts from non-actionable diagnostics and corrects Cursor automation capability derivation. The three Foundation dependencies remain pinned to the exact 0.21.0 release. This note is not evidence of publication, real-host acceptance, consumer installation verification, or independent acceptance.
35
+
36
+ ### Security
37
+
38
+ - Read-only governance diagnosis does not execute target Skills, business scripts, builds, hooks, prepare, verify, or release-finish.
39
+ - 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.
40
+ - Hub publication remains a compare-and-swap operation. A partial Hub publication is never rolled back or force-pushed automatically.
41
+
42
+ ### Added
43
+
44
+ - 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.
45
+ - Adoption reports expose non-actionable discovered scripts in `gateDiagnostics`, while `gateSuggestions` remains limited to actionable, not-yet-configured drafts.
46
+
47
+ ### Changed
48
+
49
+ - English and Chinese README guidance now documents the read-only governance boundary and preserves the existing authorization contract for setup and release work.
50
+ - 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.
51
+ - Skill Family Hub remains the central marketplace, and its release entry continues to use the existing GitHub Git Data API after release verification.
52
+
53
+ ### Fixed
54
+
55
+ - Cursor's `foundation-host-verification` installation method now derives `automatable: true`, matching the published host descriptor instead of being treated as manual-only.
56
+ - Derived-artifact verification now exercises write mode in an isolated replica, so the real workspace remains read-only during the check.
57
+
58
+ ### Upgrade Notes
59
+
60
+ Upgrade from 0.9.19 to use the clearer governance entry guidance, actionable-only `gateSuggestions`, the new `gateDiagnostics` field, and corrected Cursor automation derivation. 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. This release does not add the deferred public conclusion-file output or engineering dependency-fact interface.
61
+ <!-- release-skill:changelog:end version=0.9.20 locale=en -->
62
+
63
+
3
64
  <!-- release-skill:changelog:start version=0.9.19 locale=en baseline=sha256:e0f2dd2aca0b1ca36bb2a95feded3fb291e176c31357f8ba2d390bed4a10184f -->
4
65
  ## [0.9.19] - 2026-09-14
5
66
 
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.19 -->
5
+ <!-- release-skill:release-version: 0.9.21 -->
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.19
128
+ /plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.21
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.19 -->
5
+ <!-- release-skill:release-version: 0.9.21 -->
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.19
116
+ /plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.21
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.19 -->
5
+ <!-- release-skill:release-version: 0.9.21 -->
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,40 +14,34 @@ 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.19** (2026-09-14)
17
+ **0.9.21** (2026-09-17)
18
18
 
19
- 0.9.19 is a local source candidate that completes the verified-release workflow with a deterministic local finish orchestrator. After publication and postVerify, maintainers can use one public entry to select the source branch outcome, update supported hosts, confirm that each host loaded the target plugin, run the configured setup Skill, and verify the source workspace without changing the release status. The three Foundation dependencies remain pinned to the exact 0.21.0 release. This note is not evidence of publication, real-host acceptance, consumer installation verification, or independent acceptance.
19
+ 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.
20
20
 
21
21
  **Security**
22
22
 
23
- - Finish feedback is bound to the current plugin version, project root, selected host, request identity, and execution environment; changing an update decision invalidates earlier setup evidence.
24
- - No host is considered loaded from filesystem installation alone, and no configured setup is considered complete until its real result is returned through the bound feedback contract.
25
23
  - Hub publication remains a compare-and-swap operation. A partial Hub publication is never rolled back or force-pushed automatically.
26
-
27
- **Added**
28
-
29
- - The local finish entry now accepts `--finish` and emits an ordered plan for branch handling, host updates, load confirmation, configured setup execution, and final source checks.
30
- - Bound feedback can resume the same finish operation after real host loading and setup execution; JSON and text output expose the same pending, blocked, and complete decisions.
31
- - The release-finish Skill documents the end-to-end VERIFIED-to-COMPLETE handoff, including the exact request and feedback boundaries used by an agent.
24
+ - CodeBuddy and WorkBuddy only upgrade existing installations and reject a Hub branch that moves before plugin update.
25
+ - Kimi uses the frozen GitHub Release; its repository-only Hub entry is not treated as tag or commit evidence.
26
+ - Completed postVerify lineage, host selection, plan-digest confirmation, and full installed-payload verification remain required. Host failures preserve the results of other selected hosts.
32
27
 
33
28
  **Changed**
34
29
 
35
- - Finish completion is now separate from the release lifecycle: a successful local finish preserves VERIFIED and reports `releaseStatusChanged: false`.
36
- - The release help entry is shorter and routes specialized publishing, verification, documentation, marketplace, and finish details to their owning Skills.
37
30
  - Skill Family Hub remains the central marketplace, and its release entry continues to use the existing GitHub Git Data API after release verification.
38
31
 
39
32
  **Fixed**
40
33
 
41
- - Ambiguous setup-plugin selection, missing host candidates, stale setup feedback, and incomplete next-action lists now fail closed instead of producing a false COMPLETE result.
42
- - Read-only Git observations disable optional index locking and retain exact argv, exit code, stdout, and stderr when a command fails.
34
+ - Hub-only plans now produce executable local host targets without recreating legacy installation actions or distributions.
35
+ - Claude, Codex, CodeBuddy, and WorkBuddy verify their host-specific Hub entries and installed payloads against the frozen release identity.
36
+ - Kimi retains http_proxy, https_proxy, and all_proxy in the process that performs its controlled terminal installation.
43
37
 
44
38
  **Upgrade Notes**
45
39
 
46
- Upgrade from 0.9.18 to use the new `post-release --finish` orchestration. Remove the old release-skill standalone marketplace; use the ifoohoo/skill-family-hub repository and Hub-qualified plugin id release-skill@skill-family-hub. Complete the normal publish and postVerify stages first, run the finish entry, perform every requested host load and setup action, then pass the bound feedback file to the same entry until it returns COMPLETE.
40
+ 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.
47
41
  <!-- release-skill:managed:end id=latest-release -->
48
42
 
49
43
  <!-- release-skill:capability:external-write-boundary -->
50
- > **Current boundary:** v0.9.19 is the current source candidate. This README
44
+ > **Current boundary:** v0.9.21 is the current source candidate. This README
51
45
  > records intended scope and verification boundaries; it is not evidence of
52
46
  > publication, consumer-installation verification, or independent acceptance.
53
47
  > Release availability must be established from the corresponding release records
@@ -71,7 +65,7 @@ Upgrade from 0.9.18 to use the new `post-release --finish` orchestration. Remove
71
65
  > publish global preflight.
72
66
 
73
67
  <!-- release-skill:capability:safe-first-command -->
74
- > **Production path verified since the v0.1.1 milestone; v0.9.19 is the current
68
+ > **Production path verified since the v0.1.1 milestone; v0.9.21 is the current
75
69
  > source candidate. Its README does not establish publication,
76
70
  > consumer-installation verification, or independent acceptance.**
77
71
  > The npm-installed CLI is the supported user entry. Source checkout
@@ -100,7 +94,7 @@ checkpoints remain intact and use matching-version recovery. Evidence v1 stays
100
94
  read-only; v2 uses a closed top level with phase extensions in `details`.
101
95
  Summaries and recovery suggestions are diagnostic, never publication authority.
102
96
 
103
- The current 0.9.19 candidate includes the narrow R-05 Hook cache v2 consumer
97
+ The current 0.9.21 candidate includes the narrow R-05 Hook cache v2 consumer
104
98
  path, the public `postverify` path, and the stable isolated install-tree record
105
99
  path (A2/A3). It also adds the explicit-input `verify-records` command and a
106
100
  self-contained Qoder projection, first-class Cursor packaging, and the
@@ -288,6 +282,16 @@ separate checks. See [the Cursor instructions](INSTALL.md#install-as-a-cursor-lo
288
282
 
289
283
  See [INSTALL.md](INSTALL.md) for CodeBuddy, Codex, Kimi Code, Qoder, and Cursor commands.
290
284
 
285
+ ### Read-only governance diagnosis
286
+
287
+ Use the existing Skills and choose only the check the request needs:
288
+
289
+ - adoption status: `setup --assess-adoption --root <path> --json`;
290
+ - local configuration and release-readiness gaps: `assess --root <path> --offline --json`;
291
+ - explicit historical plan, approval, and run consistency: `verify-records`, using the full input form in the next section.
292
+
293
+ These entry points run release-skill's read-only analyzers. Governance diagnosis does not run target Skills, hooks, builds, or release actions, and it does not treat `prepare`, `verify`, or `release-finish` as static governance checks. When a maintainer asks to set up or publish instead, continue through the existing product Skill with the authorization and safety contract for that action.
294
+
291
295
  ### Offline historical record verification
292
296
 
293
297
  Use the public command below when a consumer already has an explicit plan,
@@ -403,7 +407,9 @@ ACTOR=your-name
403
407
  not-yet-configured project returns `NOT_CONFIGURED` with a pointer to
404
408
  first-time setup. Hook-duration suggestions are derived only from events
405
409
  produced by the current version; the tool never guesses or writes
406
- `cacheInputs` for a project.
410
+ `cacheInputs` for a project. `gateSuggestions` contains only actionable,
411
+ not-yet-configured drafts; other discoveries remain in `gateDiagnostics`
412
+ without changing adoption status or the routine summary.
407
413
  3. **assess** — read-only readiness:
408
414
  ```bash
409
415
  "${CLI[@]}" assess --root "$PROJECT" --offline --json
@@ -873,15 +879,18 @@ run. The core prepare, publish, and verify workflow remains cross-platform.
873
879
  A release unit may also declare `postPublish.localHostUpdate` for a plugin that
874
880
  is delivered through a project-selected Hub by a `postVerify` hook. After that
875
881
  hook reaches `DISTRIBUTED`, `ship`, `verify`, `post-release`, and
876
- `release-finish` display the declared Hub, plugin, and hosts. These Hub-backed
877
- targets retain their declared execution mode. Qoder is executable only when it
878
- was selected and all frozen-plan, Hub-source, existing user-scope installation,
879
- and payload checks pass; other Hub-backed targets remain manual. Manual prompts
880
- do not query the Hub, inspect the host, or run host commands. Claude
881
- and Codex use their existing marketplace management entry; Kimi uses the
882
- frozen GitHub Release and its existing confirmation path; CodeBuddy and
883
- WorkBuddy remain manual because this flow cannot pin a Hub ref. Existing
884
- executable targets derived from frozen plugin-install actions remain available.
882
+ `release-finish` display the declared Hub, plugin, and hosts. Version 0.9.21
883
+ makes Claude, Codex, Kimi, CodeBuddy, WorkBuddy, and Qoder executable after
884
+ explicit host selection and plan-digest confirmation. Claude and Codex require
885
+ an existing matching Hub marketplace and verify its host-specific entry before
886
+ plugin writes. CodeBuddy and WorkBuddy only upgrade existing installations,
887
+ checking the Hub branch again after refresh. Kimi uses the frozen GitHub Release
888
+ and controlled terminal interaction, preserving all three proxy variables;
889
+ its repository-only Hub file is not tag or commit evidence. Every successful
890
+ update verifies the installed payload against the frozen snapshot. Claude can
891
+ verify an exact current installation offline; Codex reinstalls when its list
892
+ does not expose an installation root. Existing frozen installation actions
893
+ and the Qoder and Cursor paths remain supported without duplicate execution.
885
894
 
886
895
  Production `prepare` also performs one best-effort retention pass after its new
887
896
  run evidence exists and before expensive snapshot and hook work. It removes
package/README.zh-CN.md CHANGED
@@ -2,46 +2,40 @@
2
2
 
3
3
  [English](README.md) · 安装指南:[中文](INSTALL.zh-CN.md) / [English](INSTALL.md)
4
4
 
5
- <!-- release-skill:release-version: 0.9.19 -->
5
+ <!-- release-skill:release-version: 0.9.21 -->
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.19** (2026-09-14)
11
+ **0.9.21** (2026-09-17)
12
12
 
13
- 0.9.19 是一个本地源码候选。本版本补齐已验证发布后的本机收尾编排。发布和 postVerify 完成后,维护者可以通过同一个公共入口决定源码分支去向、更新受支持宿主、确认各宿主实际加载目标插件、运行项目配置的 setup Skill,并检查源码工作区;整个过程不会改写发布状态。三项 Foundation 依赖继续精确固定在已发布的 0.21.0。本说明不代表已经发布、完成真实宿主验收、完成消费者安装验证或通过独立验收。
13
+ 0.9.21 是一个本地源码候选,补齐冻结计划声明 Hub 来源后,Claude、Codex、Kimi、CodeBuddy 和 WorkBuddy 的本机自动更新。Qoder 与 Cursor 保留原有路径。Foundation 依赖继续固定为 0.21.0。本说明不代表已经发布、完成真实宿主验收、完成消费者安装验证或通过独立验收。
14
14
 
15
15
  **安全**
16
16
 
17
- - 收尾反馈绑定当前插件版本、项目根目录、选定宿主、请求身份和运行环境;宿主更新决定变化后,旧 setup 证据自动失效。
18
- - 仅完成文件安装不能证明宿主已经加载插件;已配置的 setup 也只有在真实结果通过绑定反馈返回后才算完成。
19
17
  - Hub 发布继续绑定已观察的分支头执行比较后写入。部分发布时不回滚、不覆盖已经成功的远端步骤。
20
-
21
- **新增**
22
-
23
- - 本机收尾入口新增 `--finish`,按固定顺序给出分支处理、宿主更新、加载确认、setup 执行和源码终检计划。
24
- - 真实完成宿主加载和 setup 后,可以把绑定反馈交回同一入口继续执行;JSON 与文本输出对待处理、阻断和完成状态给出一致裁决。
25
- - release-finish Skill 补充从 VERIFIED 到 COMPLETE 的完整交接,并明确智能体执行请求与回传反馈的边界。
18
+ - CodeBuddy 与 WorkBuddy 只升级既有安装;插件写入前发现 Hub 分支漂移时停止。
19
+ - Kimi 直接使用冻结 GitHub Release,不把只有仓库 URL 的 Hub 条目作为标签或提交证据。
20
+ - 继续要求完整 postVerify 谱系、用户选择宿主、确认计划摘要和完整载荷验证。单个宿主失败时保留其他已选宿主的实际结果。
26
21
 
27
22
  **变更**
28
23
 
29
- - 本机收尾完成与发布生命周期分离:成功结果继续保留 VERIFIED,并明确返回 `releaseStatusChanged: false`。
30
- - release-help 入口缩短,把发布、验证、文档、市场和收尾细节路由到各自负责的 Skill。
31
- - Skill Family Hub 继续作为中央市场;发布完成验证后,release-skill 仍通过既有 GitHub Git Data API 更新 Hub 条目。
24
+ - Skill Family Hub 继续作为统一市场;发布完成验证后,仍通过既有 GitHub Git Data API 更新 Hub 条目。
32
25
 
33
26
  **修复**
34
27
 
35
- - setup 插件选择不唯一、没有宿主候选、setup 反馈过期或后续动作缺失时,流程现在会失败关闭,不再错误返回 COMPLETE。
36
- - 只读 Git 观察关闭可选索引锁;命令失败时保留精确参数、退出码、标准输出和标准错误。
28
+ - 仅声明 Hub 的计划现在可以生成可执行宿主目标,不再需要旧安装动作或旧宿主 distribution。
29
+ - Claude、Codex、CodeBuddy 和 WorkBuddy 按各自 Hub 索引核对冻结发布身份,并比较实际安装载荷。
30
+ - Kimi 终端安装进程保留 http_proxy、https_proxy 和 all_proxy 三个代理变量。
37
31
 
38
32
  **升级说明**
39
33
 
40
- 从 0.9.18 升级后可使用新的 `post-release --finish` 编排。请移除独立的 `release-skill` 市场,改用 ifoohoo/skill-family-hub 仓库与 Hub 限定插件名 release-skill@skill-family-hub。先完成正常发布与 postVerify,再运行收尾入口,实际完成其请求的宿主加载和 setup 动作,并把绑定反馈交回同一入口,直至结果为 COMPLETE。
34
+ 从 0.9.20 升级后,原先只能人工处理的五个 Hub 宿主可自动更新,无需迁移配置。请移除独立的 `release-skill` 市场,改用 ifoohoo/skill-family-hub 仓库与 Hub 限定插件名 release-skill@skill-family-hub。Claude 可以离线复验精确当前安装;Codex 列表不提供安装根时继续使用既有卸载再安装流程。安装完成不代表会话已加载新版,仍需重新加载或重启宿主并确认版本。
41
35
  <!-- release-skill:managed:end id=latest-release -->
42
36
 
43
37
  <!-- release-skill:capability:external-write-boundary -->
44
- > **当前边界:** v0.9.19 只是当前源码候选。本 README 记录预期范围与验证边界,
38
+ > **当前边界:** v0.9.21 只是当前源码候选。本 README 记录预期范围与验证边界,
45
39
  > 不代表已经发布、完成消费者安装验证或通过独立验收。
46
40
  > 版本可用性以对应发布记录及发布后验证结果为准。
47
41
  > v0.4.1 是更早的已发布里程碑(v0.2.2 曾处于已发布状态,后因平台验证收敛修复而更新)。
@@ -57,7 +51,7 @@ release-skill 帮助维护者回答三个问题:准备发布什么、还有哪
57
51
  > 远端唯一性检查在 `publish` 全局预检执行。
58
52
 
59
53
  <!-- release-skill:capability:safe-first-command -->
60
- > **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.9.19 是当前源码候选,本 README 不证明该候选已经发布、完成消费者安装验证或通过独立验收。**
54
+ > **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.9.21 是当前源码候选,本 README 不证明该候选已经发布、完成消费者安装验证或通过独立验收。**
61
55
  > npm 安装的 CLI 是受支持的用户入口;源码 checkout 保留为开发/贡献者路径。
62
56
  >
63
57
  > **第一条命令:**
@@ -75,7 +69,7 @@ marketplace 委托目标工作区发布的边界不变。
75
69
 
76
70
  旧 production 计划缺少 `sourceAuthority` 时,在外部写入前拒绝。未发生外部写入的计划必须重新 prepare 并批准新摘要,不能补写旧计划或迁移批准。已有 `PARTIAL` 保留检查点,走匹配版本的恢复路径。evidence v1 只读;v2 顶层封闭,阶段扩展放在 `details`。摘要和恢复建议只作诊断,不构成发布权威。
77
71
 
78
- 当前 0.9.19 候选包含窄范围的 R-05 Hook cache v2 消费路径、公开 `postverify`
72
+ 当前 0.9.21 候选包含窄范围的 R-05 Hook cache v2 消费路径、公开 `postverify`
79
73
  路径和稳定隔离安装树记录路径(A2/A3),并增加只接受显式输入的 `verify-records`
80
74
  命令、自包含 Qoder 投影、Cursor 正式打包,以及基于 Foundation 的宿主核验桥。
81
75
  Skill Family Hub 仍是唯一市场来源。
@@ -234,6 +228,16 @@ TUI 路径,见 [INSTALL.zh-CN.md](INSTALL.zh-CN.md#安装为-kimi-code-插件)
234
228
 
235
229
  CodeBuddy、Codex、Kimi Code、Qoder 和 Cursor 的完整命令见 [INSTALL.zh-CN.md](INSTALL.zh-CN.md)。
236
230
 
231
+ ### 只读治理诊断
232
+
233
+ 沿用现有 Skill,并且只选择请求需要的检查:
234
+
235
+ - 判断是否接入:`setup --assess-adoption --root <path> --json`;
236
+ - 分析本地配置和发布就绪缺口:`assess --root <path> --offline --json`;
237
+ - 核对显式提供的历史计划、批准和 run:使用 `verify-records`,完整输入见下一节。
238
+
239
+ 这些入口只运行 release-skill 自身的只读分析。治理诊断不运行目标 Skill、hook、构建或发布动作,也不把 `prepare`、`verify` 或 `release-finish` 当作静态治理检查。维护者要求实际接入或发布时,继续使用原有业务 Skill,并沿用该动作的授权与安全合同。
240
+
237
241
  ### 离线核验历史发布记录
238
242
 
239
243
  消费者已经持有明确的计划、批准、目标 run 和该目标引用的全部前驱 run 时,可以运行:
@@ -335,7 +339,8 @@ ACTOR=your-name
335
339
  **接入评估(只读):** 对已接入项目,`setup --assess-adoption` 报告已满足项、
336
340
  必选缺口、可选建议和不适用项,不写入任何文件;未配置项目返回 `NOT_CONFIGURED`
337
341
  并指向首次接入。Hook 耗时建议只从当前版本生产者产生的事件推导;工具绝不代猜
338
- 或代写项目的 `cacheInputs`。
342
+ 或代写项目的 `cacheInputs`。`gateSuggestions` 只列能够形成可执行草案且尚未登记的
343
+ 候选;其余发现保留在 `gateDiagnostics`,不影响接入状态或日常摘要。
339
344
  3. **assess** — 只读就绪评估:
340
345
  ```bash
341
346
  "${CLI[@]}" assess --root "$PROJECT" --offline --json
@@ -730,12 +735,14 @@ verify run;核心 prepare、publish、verify 流程仍跨平台。
730
735
 
731
736
  如果插件由项目选定的 Hub 通过 `postVerify` Hook 交付,发布单元还可以声明
732
737
  `postPublish.localHostUpdate`。Hook 达到 `DISTRIBUTED` 后,`ship`、`verify`、
733
- `post-release` 和 `release-finish` 会显示声明中的 Hub、插件和宿主。0.9.14 对这类
734
- 目标保留各自声明的执行模式。只有用户已选择 Qoder,且冻结计划、Hub 来源、既有用户
735
- 范围安装和载荷核对全部通过时,Qoder 才进入可执行分支;其他 Hub-backed 目标仍为人工
736
- 入口。人工提示不会访问 Hub、探测宿主或运行宿主命令。Claude 和 Codex 使用各自已有的 marketplace 管理入口;Kimi
737
- 使用冻结 GitHub Release 和现有人工确认路径;CodeBuddy 与 WorkBuddy 因无法固定 Hub
738
- ref 而继续人工处理。由冻结插件安装动作派生的原有可执行目标不受影响。
738
+ `post-release` 和 `release-finish` 会显示声明中的 Hub、插件和宿主。0.9.21 让 Claude、
739
+ Codex、Kimi、CodeBuddy、WorkBuddy 和 Qoder 在用户选择宿主并确认计划摘要后进入执行。
740
+ Claude 和 Codex 要求已有同源 Hub 市场,并在插件写入前核对宿主专用条目。CodeBuddy
741
+ 与 WorkBuddy 只升级既有安装,刷新市场后再次检查 Hub 分支是否漂移。Kimi 使用冻结
742
+ GitHub Release 和受控终端交互,保留三个代理变量;只有仓库 URL 的 Hub 文件不作为
743
+ 标签或提交证据。更新成功前必须把实际安装载荷与冻结快照比较。Claude 可离线复验
744
+ 精确当前安装;Codex 列表没有安装根时仍须正式重装。旧安装动作与 Qoder、Cursor
745
+ 路径继续可用,身份一致的重复目标只执行一次。
739
746
 
740
747
  生产 prepare 还会在本轮运行证据建立后、高成本快照和 Hook 之前执行一次尽力清理。
741
748
  它只删除已被更新完整谱系取代的终态运行目录,以及没有有效计划或外部写入迹象的封口
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.9.19",
3
+ "version": "0.9.21",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
6
  "name": "广州市风荷科技有限公司"