release-skill 0.9.12 → 0.9.13

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
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.12",
3
+ "version": "0.9.13",
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.12",
3
+ "version": "0.9.13",
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.12.",
22
+ "Prepare a release plan for version 0.9.13.",
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.12",
3
+ "version": "0.9.13",
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,26 @@
1
1
  # Changelog
2
2
 
3
+ <!-- release-skill:changelog:start version=0.9.13 locale=en baseline=sha256:86e8ee0d0aeb161c7fc652f85976b300b649ee6da04d29f9274ebcc69a8eab10 -->
4
+ ## [0.9.13] - 2026-09-05
5
+
6
+ 0.9.13 is a local source candidate that prevents new CodeBuddy release configurations from silently inheriting another product family's marketplace. It also brings the README black-box scenario versions under the existing version synchronization command. The three Foundation dependencies remain pinned to the exact 0.17.0 release. This note is not evidence of publication, real-host acceptance, consumer installation verification, or independent acceptance.
7
+
8
+ ### Security
9
+
10
+ - Already-frozen historical plans without `marketplace` retain the legacy interpretation for deterministic reconcile. New configuration validation changes do not weaken frozen-plan identity, approval, publish, verification, or recovery checks. Skill Family Hub updates remain compare-and-swap operations; a partial Hub publication is never rolled back or force-pushed, and release-skill does not introduce a second Hub registry or state machine.
11
+
12
+ ### Fixed
13
+
14
+ - New `codebuddy-plugin` distributions must declare `marketplace` explicitly, so each project selects its own Hub instead of inheriting the legacy `artifact-skill-set` default.
15
+ - The first-user and security-reviewer README black-box prompts now receive their candidate version from `sync-version`, preventing their assertions from drifting behind the package version.
16
+ - The project-private postVerify hook continues to publish the verified release-skill entry and public snapshot to Skill Family Hub through GitHub's Git Data API.
17
+
18
+ ### Upgrade Notes
19
+
20
+ Upgrade from 0.9.12 before preparing a new CodeBuddy release configuration. Add the intended Hub name to every new `codebuddy-plugin` distribution through its `marketplace` field. Remove any release-skill standalone marketplace registration, add or update `ifoohoo/skill-family-hub`, and use `release-skill@skill-family-hub`. Existing frozen plans remain recoverable, and other distribution types are unaffected.
21
+ <!-- release-skill:changelog:end version=0.9.13 locale=en -->
22
+
23
+
3
24
  <!-- release-skill:changelog:start version=0.9.12 locale=en baseline=sha256:c2511de86192c1798c17e579bed689c57c450516b10bd85d6a508b0b6e5e19b1 -->
4
25
  ## [0.9.12] - 2026-09-04
5
26
 
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.12 -->
5
+ <!-- release-skill:release-version: 0.9.13 -->
6
6
  ## Prerequisites
7
7
 
8
8
  - Node.js 22.0.0 or later
@@ -110,7 +110,7 @@ tag pinned to the exact version (never the bare repository URL, which installs
110
110
  the latest release or default branch), confirm the trust prompt, then reload:
111
111
 
112
112
  ```
113
- /plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.12
113
+ /plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.13
114
114
  /plugins reload
115
115
  ```
116
116
 
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.12 -->
5
+ <!-- release-skill:release-version: 0.9.13 -->
6
6
  ## 前置条件
7
7
 
8
8
  - Node.js 22.0.0 或更高版本
@@ -101,7 +101,7 @@ release-skill 当前只采用并验证 Kimi Code 的交互式 TUI 路径,**无
101
101
  (切勿使用裸仓库地址,它会安装最新 release 或默认分支),确认信任提示后重新加载:
102
102
 
103
103
  ```
104
- /plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.12
104
+ /plugins install https://github.com/ifoohoo/release-skill/releases/tag/release-skill-v0.9.13
105
105
  /plugins reload
106
106
  ```
107
107
 
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.12 -->
5
+ <!-- release-skill:release-version: 0.9.13 -->
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,26 +14,27 @@ 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.12** (2026-09-04)
17
+ **0.9.13** (2026-09-05)
18
18
 
19
- 0.9.12 is a local source candidate that fixes the frozen postVerify execution closure used to publish verified releases into Skill Family Hub. It retains the 0.9.11 first-release baseline and GitHub-only distribution changes, with the three Foundation dependencies still pinned to the exact 0.17.0 release. This note is not evidence of publication, real-host acceptance, consumer installation verification, or independent acceptance.
19
+ 0.9.13 is a local source candidate that prevents new CodeBuddy release configurations from silently inheriting another product family's marketplace. It also brings the README black-box scenario versions under the existing version synchronization command. The three Foundation dependencies remain pinned to the exact 0.17.0 release. This note is not evidence of publication, real-host acceptance, consumer installation verification, or independent acceptance.
20
20
 
21
21
  **Security**
22
22
 
23
- - The repair does not weaken the frozen execution-bundle boundary: the hook still runs from the verified tag plus the digest-bound private script. Hub branch updates remain compare-and-swap operations; a partial Hub publication is retained for recovery and is never rolled back or force-pushed.
23
+ - Already-frozen historical plans without `marketplace` retain the legacy interpretation for deterministic reconcile. New configuration validation changes do not weaken frozen-plan identity, approval, publish, verification, or recovery checks. Skill Family Hub updates remain compare-and-swap operations; a partial Hub publication is never rolled back or force-pushed, and release-skill does not introduce a second Hub registry or state machine.
24
24
 
25
25
  **Fixed**
26
26
 
27
- - The Hub postVerify hook now imports proposal projection from a dependency-free public module. A detached frozen-tag worktree can load the module without node_modules, while runtime proposal transports continue to use the same implementation through a compatibility re-export.
28
- - The project-private postVerify hook continues to publish verified entries and public snapshots to Skill Family Hub through GitHub's Git Data API.
27
+ - New `codebuddy-plugin` distributions must declare `marketplace` explicitly, so each project selects its own Hub instead of inheriting the legacy `artifact-skill-set` default.
28
+ - The first-user and security-reviewer README black-box prompts now receive their candidate version from `sync-version`, preventing their assertions from drifting behind the package version.
29
+ - The project-private postVerify hook continues to publish the verified release-skill entry and public snapshot to Skill Family Hub through GitHub's Git Data API.
29
30
 
30
31
  **Upgrade Notes**
31
32
 
32
- Upgrade from 0.9.11 before relying on the bundled `hub-api-publish` postVerify hook. Remove any `release-skill` standalone marketplace registration, add or update `ifoohoo/skill-family-hub`, and use `release-skill@skill-family-hub`. Releases that do not use this hook are unaffected.
33
+ Upgrade from 0.9.12 before preparing a new CodeBuddy release configuration. Add the intended Hub name to every new `codebuddy-plugin` distribution through its `marketplace` field. Remove any release-skill standalone marketplace registration, add or update `ifoohoo/skill-family-hub`, and use `release-skill@skill-family-hub`. Existing frozen plans remain recoverable, and other distribution types are unaffected.
33
34
  <!-- release-skill:managed:end id=latest-release -->
34
35
 
35
36
  <!-- release-skill:capability:external-write-boundary -->
36
- > **Current boundary:** v0.9.12 is the current source candidate. This README
37
+ > **Current boundary:** v0.9.13 is the current source candidate. This README
37
38
  > records intended scope and verification boundaries; it is not evidence of
38
39
  > publication, consumer-installation verification, or independent acceptance.
39
40
  > Release availability must be established from the corresponding release records
@@ -57,7 +58,7 @@ Upgrade from 0.9.11 before relying on the bundled `hub-api-publish` postVerify h
57
58
  > publish global preflight.
58
59
 
59
60
  <!-- release-skill:capability:safe-first-command -->
60
- > **Production path verified since the v0.1.1 milestone; v0.9.12 is the current
61
+ > **Production path verified since the v0.1.1 milestone; v0.9.13 is the current
61
62
  > source candidate. Its README does not establish publication,
62
63
  > consumer-installation verification, or independent acceptance.**
63
64
  > The npm-installed CLI is the supported user entry. Source checkout
@@ -86,7 +87,7 @@ checkpoints remain intact and use matching-version recovery. Evidence v1 stays
86
87
  read-only; v2 uses a closed top level with phase extensions in `details`.
87
88
  Summaries and recovery suggestions are diagnostic, never publication authority.
88
89
 
89
- The current 0.9.12 candidate includes the narrow R-05 Hook cache v2 consumer
90
+ The current 0.9.13 candidate includes the narrow R-05 Hook cache v2 consumer
90
91
  path, the public `postverify` path, and the stable isolated install-tree record
91
92
  path (A2/A3). It also removes the repository's own marketplace indexes and
92
93
  uses Skill Family Hub as the single marketplace source. It still
@@ -783,10 +784,11 @@ unsupported. When a plan declares postVerify hooks, release-finish must receive
783
784
  the completed postVerify run produced by `ship`, rather than the earlier verify
784
785
  run. The core prepare, publish, and verify workflow remains cross-platform.
785
786
 
786
- A `codebuddy-plugin` distribution may optionally declare `marketplace` (and
787
- `marketplaceSource`, the URL consumers use to add the marketplace) to override
788
- the default unified marketplace `artifact-skill-set`; undeclared distributions
789
- keep the default and produce byte-identical frozen plans.
787
+ New `codebuddy-plugin` project configurations must declare `marketplace`
788
+ explicitly so product families cannot silently inherit another family's Hub.
789
+ `marketplaceSource`, the URL consumers use to add that marketplace, remains
790
+ optional. Only already-frozen historical plans that lack `marketplace` retain
791
+ the legacy `artifact-skill-set` interpretation so reconcile can replay them.
790
792
 
791
793
  For every npm distribution, `prepare` statically checks the exact packed
792
794
  tarball against concrete `package.json` entry targets. `publish` and
package/README.zh-CN.md CHANGED
@@ -2,32 +2,33 @@
2
2
 
3
3
  [English](README.md) · 安装指南:[中文](INSTALL.zh-CN.md) / [English](INSTALL.md)
4
4
 
5
- <!-- release-skill:release-version: 0.9.12 -->
5
+ <!-- release-skill:release-version: 0.9.13 -->
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.12** (2026-09-04)
11
+ **0.9.13** (2026-09-05)
12
12
 
13
- 0.9.12 是修复冻结 postVerify 执行闭包的本地源码候选,用于把已验证版本发布到 Skill Family Hub;它保留 0.9.11 的首次发布基线与 GitHub-only 分发能力,三项 Foundation 依赖仍精确固定在已发布的 0.17.0。本说明不代表已经发布、完成真实宿主验收、完成消费者安装验证或通过独立验收。
13
+ 0.9.13 是阻止新的 CodeBuddy 发布配置静默继承其他产品线市场的本地源码候选,并把 README 黑盒场景中的候选版本交给现有版本同步命令统一维护。三项 Foundation 依赖仍精确固定在已发布的 0.17.0。本说明不代表已经发布、完成真实宿主验收、完成消费者安装验证或通过独立验收。
14
14
 
15
15
  **安全**
16
16
 
17
- - 本次修复不放宽冻结执行包边界:hook 仍由已验证标签与摘要绑定的私有脚本共同执行。Hub 分支更新继续采用比较后写入;Hub 局部发布会保留为可恢复状态,不回滚、不覆盖,也不强推。
17
+ - 已经冻结且未携带 `marketplace` 的历史计划仍按旧语义执行,以便确定性地恢复发布。新的配置校验不放宽冻结计划身份、批准、发布、验证或恢复检查。Skill Family Hub 更新继续采用比较后写入;Hub 局部发布不回滚、不覆盖,也不强推,release-skill 中没有增加第二套 Hub Registry 或状态机。
18
18
 
19
19
  **修复**
20
20
 
21
- - Hub postVerify hook 现在从无包依赖的公开模块导入提案投影。detached 冻结标签工作树无需 node_modules 即可加载;运行时提案传输仍通过兼容转出复用同一实现。
22
- - 项目私有的 postVerify hook 继续通过 GitHub Git Data API,把已验证条目和公开快照发布到 Skill Family Hub。
21
+ - 新的 `codebuddy-plugin` 分发必须显式声明 `marketplace`。每个项目据此选择自己的 Hub,不再继承旧的 `artifact-skill-set` 默认值。
22
+ - 首次使用者与安全审阅者的 README 黑盒提示词现在通过 `sync-version` 接收候选版本,避免其中的断言落后于包版本。
23
+ - 项目私有的 postVerify hook 继续通过 GitHub Git Data API,把已验证的 release-skill 条目和公开快照发布到 Skill Family Hub。
23
24
 
24
25
  **升级说明**
25
26
 
26
- 依赖内置 `hub-api-publish` postVerify hook 前,应从 0.9.11 升级到本版本。删除各宿主中独立的 `release-skill` 市场登记,添加或更新 `ifoohoo/skill-family-hub`,并使用 `release-skill@skill-family-hub`;未使用该 hook 的发布不受影响。
27
+ 准备新的 CodeBuddy 发布配置前,应从 0.9.12 升级到本版本,并在每个 `codebuddy-plugin` 分发的 `marketplace` 字段中填写目标 Hub。删除各宿主中独立的 `release-skill` 市场登记,添加或更新 `ifoohoo/skill-family-hub`,并使用 `release-skill@skill-family-hub`。已经冻结的历史计划仍可恢复,其他分发类型不受影响。
27
28
  <!-- release-skill:managed:end id=latest-release -->
28
29
 
29
30
  <!-- release-skill:capability:external-write-boundary -->
30
- > **当前边界:** v0.9.12 只是当前源码候选。本 README 记录预期范围与验证边界,
31
+ > **当前边界:** v0.9.13 只是当前源码候选。本 README 记录预期范围与验证边界,
31
32
  > 不代表已经发布、完成消费者安装验证或通过独立验收。
32
33
  > 版本可用性以对应发布记录及发布后验证结果为准。
33
34
  > v0.4.1 是更早的已发布里程碑(v0.2.2 曾处于已发布状态,后因平台验证收敛修复而更新)。
@@ -43,7 +44,7 @@ release-skill 帮助维护者回答三个问题:准备发布什么、还有哪
43
44
  > 远端唯一性检查在 `publish` 全局预检执行。
44
45
 
45
46
  <!-- release-skill:capability:safe-first-command -->
46
- > **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.9.12 是当前源码候选,本 README 不证明该候选已经发布、完成消费者安装验证或通过独立验收。**
47
+ > **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.9.13 是当前源码候选,本 README 不证明该候选已经发布、完成消费者安装验证或通过独立验收。**
47
48
  > npm 安装的 CLI 是受支持的用户入口;源码 checkout 保留为开发/贡献者路径。
48
49
  >
49
50
  > **第一条命令:**
@@ -61,7 +62,7 @@ marketplace 委托目标工作区发布的边界不变。
61
62
 
62
63
  旧 production 计划缺少 `sourceAuthority` 时,在外部写入前拒绝。未发生外部写入的计划必须重新 prepare 并批准新摘要,不能补写旧计划或迁移批准。已有 `PARTIAL` 保留检查点,走匹配版本的恢复路径。evidence v1 只读;v2 顶层封闭,阶段扩展放在 `details`。摘要和恢复建议只作诊断,不构成发布权威。
63
64
 
64
- 当前 0.9.12 候选包含窄范围的 R-05 Hook cache v2 消费路径、公开 `postverify`
65
+ 当前 0.9.13 候选包含窄范围的 R-05 Hook cache v2 消费路径、公开 `postverify`
65
66
  路径和稳定隔离安装树记录路径(A2/A3),并删除仓库自有市场索引,统一以
66
67
  Skill Family Hub 为市场来源。当前仍不包含 R-02 安全整树盘点、R-10 历史发布验证
67
68
  的产品实现、真实 Kimi/WorkBuddy 公开市场安装与调用门禁或 Audit 公开离线发布记录
@@ -665,7 +666,7 @@ WorkBuddy 本机更新仅支持 macOS;其他平台返回不支持并跳过。
665
666
  release-finish 必须接收 `ship` 产出的已完成 postVerify run,不能直接使用较早的
666
667
  verify run;核心 prepare、publish、verify 流程仍跨平台。
667
668
 
668
- `codebuddy-plugin` 分发可以可选地声明 `marketplace`(以及 `marketplaceSource`,即消费者添加市场所用的 URL)来覆盖默认统一市场 `artifact-skill-set`;未声明的分发保持默认值,冻结计划字节不变。
669
+ 新的 `codebuddy-plugin` 项目配置必须显式声明 `marketplace`,避免不同产品线误用同一市场;`marketplaceSource`(消费者添加市场所用的 URL)仍可按需声明。只有已经冻结、且未携带该字段的历史计划会继续按旧规则解释为 `artifact-skill-set`,以保证 reconcile 可以重放原计划。
669
670
 
670
671
  每个 npm 分发在 `prepare` 时都会针对精确封装的 tarball 静态校验
671
672
  `package.json` 声明的具体入口。`publish` 与 `reconcile` 在任何远端动作前对同一
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
6
  "name": "广州市风荷科技有限公司"
@@ -9,9 +9,9 @@ const __bundlePkgRoot = __bundleResolve(__bundleDirname(__bundleFileURLToPath(im
9
9
  // Provide a real require() for CJS packages bundled into ESM (e.g. yaml, ajv).
10
10
  const __bundleRealRequire = __bundleCreateRequire(import.meta.url);
11
11
  // Package identity injected at build time — closure-independent --version probe.
12
- const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.9.12"});
12
+ const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.9.13"});
13
13
  // Build-time source digest for the BUNDLE_STALE freshness gate (see above).
14
- const __bundleSourceDigest = "e6659bd85e866fd7a2780e48de7c89324b9211503d1029a94ce271384f0678b7";
14
+ const __bundleSourceDigest = "e80838f3bb1cdc89e9112bcf4a4a9b5912c963cfb5d9ea27d692c7fb24dd48d6";
15
15
 
16
16
  var __create = Object.create;
17
17
  var __defProp = Object.defineProperty;
@@ -352,6 +352,7 @@
352
352
  "then": {
353
353
  "required": [
354
354
  "plugin",
355
+ "marketplace",
355
356
  "entrySkill"
356
357
  ]
357
358
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
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.12.",
22
+ "Prepare a release plan for version 0.9.13.",
23
23
  "Help me understand the release workflow."
24
24
  ]
25
25
  }
@@ -9,9 +9,9 @@ const __bundlePkgRoot = __bundleResolve(__bundleDirname(__bundleFileURLToPath(im
9
9
  // Provide a real require() for CJS packages bundled into ESM (e.g. yaml, ajv).
10
10
  const __bundleRealRequire = __bundleCreateRequire(import.meta.url);
11
11
  // Package identity injected at build time — closure-independent --version probe.
12
- const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.9.12"});
12
+ const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.9.13"});
13
13
  // Build-time source digest for the BUNDLE_STALE freshness gate (see above).
14
- const __bundleSourceDigest = "e6659bd85e866fd7a2780e48de7c89324b9211503d1029a94ce271384f0678b7";
14
+ const __bundleSourceDigest = "e80838f3bb1cdc89e9112bcf4a4a9b5912c963cfb5d9ea27d692c7fb24dd48d6";
15
15
 
16
16
  var __create = Object.create;
17
17
  var __defProp = Object.defineProperty;
@@ -352,6 +352,7 @@
352
352
  "then": {
353
353
  "required": [
354
354
  "plugin",
355
+ "marketplace",
355
356
  "entrySkill"
356
357
  ]
357
358
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
6
  "name": "广州市风荷科技有限公司"
@@ -9,9 +9,9 @@ const __bundlePkgRoot = __bundleResolve(__bundleDirname(__bundleFileURLToPath(im
9
9
  // Provide a real require() for CJS packages bundled into ESM (e.g. yaml, ajv).
10
10
  const __bundleRealRequire = __bundleCreateRequire(import.meta.url);
11
11
  // Package identity injected at build time — closure-independent --version probe.
12
- const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.9.12"});
12
+ const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.9.13"});
13
13
  // Build-time source digest for the BUNDLE_STALE freshness gate (see above).
14
- const __bundleSourceDigest = "e6659bd85e866fd7a2780e48de7c89324b9211503d1029a94ce271384f0678b7";
14
+ const __bundleSourceDigest = "e80838f3bb1cdc89e9112bcf4a4a9b5912c963cfb5d9ea27d692c7fb24dd48d6";
15
15
 
16
16
  var __create = Object.create;
17
17
  var __defProp = Object.defineProperty;
@@ -352,6 +352,7 @@
352
352
  "then": {
353
353
  "required": [
354
354
  "plugin",
355
+ "marketplace",
355
356
  "entrySkill"
356
357
  ]
357
358
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
6
  "name": "广州市风荷科技有限公司"
@@ -9,9 +9,9 @@ const __bundlePkgRoot = __bundleResolve(__bundleDirname(__bundleFileURLToPath(im
9
9
  // Provide a real require() for CJS packages bundled into ESM (e.g. yaml, ajv).
10
10
  const __bundleRealRequire = __bundleCreateRequire(import.meta.url);
11
11
  // Package identity injected at build time — closure-independent --version probe.
12
- const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.9.12"});
12
+ const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.9.13"});
13
13
  // Build-time source digest for the BUNDLE_STALE freshness gate (see above).
14
- const __bundleSourceDigest = "e6659bd85e866fd7a2780e48de7c89324b9211503d1029a94ce271384f0678b7";
14
+ const __bundleSourceDigest = "e80838f3bb1cdc89e9112bcf4a4a9b5912c963cfb5d9ea27d692c7fb24dd48d6";
15
15
 
16
16
  var __create = Object.create;
17
17
  var __defProp = Object.defineProperty;
@@ -352,6 +352,7 @@
352
352
  "then": {
353
353
  "required": [
354
354
  "plugin",
355
+ "marketplace",
355
356
  "entrySkill"
356
357
  ]
357
358
  }
@@ -9,9 +9,9 @@ const __bundlePkgRoot = __bundleResolve(__bundleDirname(__bundleFileURLToPath(im
9
9
  // Provide a real require() for CJS packages bundled into ESM (e.g. yaml, ajv).
10
10
  const __bundleRealRequire = __bundleCreateRequire(import.meta.url);
11
11
  // Package identity injected at build time — closure-independent --version probe.
12
- const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.9.12"});
12
+ const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.9.13"});
13
13
  // Build-time source digest for the BUNDLE_STALE freshness gate (see above).
14
- const __bundleSourceDigest = "e6659bd85e866fd7a2780e48de7c89324b9211503d1029a94ce271384f0678b7";
14
+ const __bundleSourceDigest = "e80838f3bb1cdc89e9112bcf4a4a9b5912c963cfb5d9ea27d692c7fb24dd48d6";
15
15
 
16
16
  var __create = Object.create;
17
17
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
6
  "name": "广州市风荷科技有限公司"
@@ -2,11 +2,11 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "platformId": "release-skill",
4
4
  "platformName": "release-skill Plugin Platform",
5
- "version": "0.9.12",
5
+ "version": "0.9.13",
6
6
  "logicalRoot": "skills-src/",
7
7
  "logicalRootDigest": "aec96745b30289ed48d576fbfc98ecd3aacb834f83394be76d4734d7d0fc0ad4",
8
8
  "projectionDigest": "e5117d89c9f965e15a1464cc84f542cb1e75a685f842183d0cfc7a105ace5ceb",
9
- "projectionId": "release-skill:platform:0.9.12",
9
+ "projectionId": "release-skill:platform:0.9.13",
10
10
  "manifestRequired": true,
11
11
  "projectionSources": {
12
12
  "skills-src-root": {
@@ -352,6 +352,7 @@
352
352
  "then": {
353
353
  "required": [
354
354
  "plugin",
355
+ "marketplace",
355
356
  "entrySkill"
356
357
  ]
357
358
  }