release-skill 0.1.6 → 0.1.7

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.
@@ -2,14 +2,14 @@
2
2
  "name": "release-skill",
3
3
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
4
4
  "owner": {
5
- "name": "mzdbxqh",
6
- "url": "https://github.com/mzdbxqh"
5
+ "name": "ifoohoo",
6
+ "url": "https://github.com/ifoohoo"
7
7
  },
8
8
  "plugins": [
9
9
  {
10
10
  "name": "release-skill",
11
11
  "source": "./",
12
- "version": "0.1.6",
12
+ "version": "0.1.7",
13
13
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification"
14
14
  }
15
15
  ]
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
- "name": "release-skill contributors"
6
+ "name": "广州市风荷科技有限公司"
7
7
  },
8
8
  "license": "MIT",
9
9
  "skills": "./adapters/claude/skills/"
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
- "name": "release-skill contributors"
6
+ "name": "广州市风荷科技有限公司"
7
7
  },
8
8
  "license": "MIT",
9
9
  "skills": "./adapters/codex/skills/",
@@ -11,7 +11,7 @@
11
11
  "displayName": "Release Skill",
12
12
  "shortDescription": "Safe preparation and frozen GitHub/npm publishing",
13
13
  "longDescription": "Prepares byte-faithful public snapshots without rewriting project source files and publishes approved frozen GitHub/npm artifacts. Full happy end verification confirms consumer installation from frozen Git ref.",
14
- "developerName": "release-skill",
14
+ "developerName": "ifoohoo",
15
15
  "category": "DevOps",
16
16
  "capabilities": [
17
17
  "Write",
@@ -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.1.6.",
22
+ "Prepare a release plan for version 0.1.7.",
23
23
  "Help me understand the release workflow."
24
24
  ]
25
25
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ <!-- release-skill:changelog:start version=0.1.7 locale=en baseline=sha256:e41fd6460f5bb63343547f04b08e2cfcdd8a64cb53806cbcf39870a2fe27b03e -->
4
+ ## [0.1.7] - 2026-07-23
5
+
6
+ v0.1.7 is an organizational migration release. The public GitHub repository moves from `mzdbxqh/release-skill` to `ifoohoo/release-skill` (the repository name is unchanged and GitHub redirects the old URL), the project gains an explicit corporate maintainer and copyright holder (广州市风荷科技有限公司), and the forward-looking repository, maintainer, author, and copyright metadata across the npm package, plugin marketplace manifests, NOTICE, LICENSE, and release configuration are aligned with the new organization. The npm package name (`release-skill`) and the npm publishing identity (`publisher: mzdbxqh`) are unchanged, and the already-published v0.1.6 tag, GitHub Release, and npm version are not rewritten.
7
+
8
+ ### Changed
9
+
10
+ - **Public repository migrated to the `ifoohoo` organization**: the public
11
+ GitHub repository is transferred from `mzdbxqh/release-skill` to
12
+ `ifoohoo/release-skill` with the repository name unchanged. The default branch
13
+ remains `main`, the v0.1.6 tag, release, and history are preserved, and the old
14
+ URL redirects (HTTP 301) to the new location. The release configuration
15
+ (`publicRepo` and the bound `previousPublicBaseline`) now points at
16
+ `ifoohoo/release-skill` with the public v0.1.6 commit
17
+ `48fb2a258a2786c2e32136ad67bd51f3a280b3b8` as the previous public baseline.
18
+ - **Corporate maintainer and copyright**: the MIT LICENSE (root and public
19
+ package) now carries a dual copyright line for the release-skill contributors
20
+ and 广州市风荷科技有限公司, and the NOTICE states that the project is maintained
21
+ by 广州市风荷科技有限公司 and clarifies that the GitHub repository transfer is an
22
+ administrative hosting/identity change that does not by itself constitute a
23
+ copyright assignment.
24
+ - **Forward-looking metadata aligned with the organization**: the npm
25
+ `package.json` repository, homepage, and issue tracker URLs point at
26
+ `ifoohoo/release-skill`, and the package adds a corporate author while
27
+ preserving the release-skill contributors. The Claude Code plugin marketplace
28
+ owner now identifies the `ifoohoo` organization. The npm package name
29
+ (`release-skill`) and the npm publishing identity (`publisher: mzdbxqh`) are
30
+ unchanged.
31
+ <!-- release-skill:changelog:end version=0.1.7 locale=en -->
32
+
33
+
3
34
  <!-- release-skill:changelog:start version=0.1.6 locale=en baseline=sha256:6b45d1aa912b32c9c00a616661ae3e2a9536e5ff85a7c0cf82b846a3ffb6c1d3 -->
4
35
  ## [0.1.6] - 2026-07-22
5
36
 
package/INSTALL.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [简体中文](INSTALL.zh-CN.md)
4
4
 
5
- <!-- release-skill:release-version: 0.1.6 -->
5
+ <!-- release-skill:release-version: 0.1.7 -->
6
6
  ## Prerequisites
7
7
 
8
8
  - Node.js 22.0.0 or later
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.1.6 -->
5
+ <!-- release-skill:release-version: 0.1.7 -->
6
6
  ## 前置条件
7
7
 
8
8
  - Node.js 22.0.0 或更高版本
package/LICENSE CHANGED
@@ -1,6 +1,7 @@
1
1
  MIT License
2
2
 
3
3
  Copyright (c) 2026 release-skill contributors
4
+ Copyright (c) 2026 广州市风荷科技有限公司
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
  of this software and associated documentation files (the "Software"), to deal
package/NOTICE CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  release-skill is an open-source project released under the MIT License.
4
4
 
5
+ ## Maintenance
6
+
7
+ release-skill is maintained by 广州市风荷科技有限公司 (Guangzhou Fenghe
8
+ Technology Co., Ltd.), together with the release-skill contributors. Copyright
9
+ in the project is held by the release-skill contributors and 广州市风荷科技
10
+ 有限公司 as stated in the LICENSE file. The transfer of the public GitHub
11
+ repository to the `ifoohoo` organization is an administrative change of the
12
+ hosting location and maintenance identity; it does not by itself constitute a
13
+ copyright assignment or transfer.
14
+
5
15
  ## Third-Party Dependencies
6
16
 
7
17
  This project is built on Node.js and the npm ecosystem. See `package.json`
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.1.6 -->
5
+ <!-- release-skill:release-version: 0.1.7 -->
6
6
  Release preparation for Claude Code and Codex, with human-edited files kept intact.
7
7
 
8
8
  release-skill helps a maintainer answer three questions: what will be released,
@@ -11,79 +11,37 @@ reviewed artifacts first and publishes those same artifacts later; it does not
11
11
  regenerate a README or re-pack the live workspace at the last step.
12
12
 
13
13
  <!-- release-skill:managed:start id=latest-release -->
14
- **0.1.6** (2026-07-22)
15
-
16
- v0.1.6 is a release-preparation snapshot that closes the release-docs automation loop. A single structured release-notes source drives deterministic, multilingual CHANGELOG and README refresh behind a two-phase, digest-bound write protocol and a prepare-time documentation freshness gate, while terminal transaction receipts are bounded and the CLI lifecycle, path safety, and error-output redaction are hardened.
17
-
18
- **Added**
19
-
20
- - **Structured release-notes-driven document refresh (`docs refresh`)**: a single
21
- structured release-notes source (`release-notes/0.1.6.yaml`) now drives
22
- deterministic, multilingual refresh of the managed CHANGELOG and README
23
- regions. Refresh runs as a two-phase protocol: a read-only planning phase
24
- renders every candidate and freezes an `inputDigest` (binding the canonical
25
- notes and the notes-source bytes) plus a `refreshDigest` (binding the protocol
26
- version, unit, version, configuration projection, and per-file old/new
27
- digests), and a separate write phase commits the changed targets only when all
28
- three authorizations are present (`--write`, an exact `--confirm-refresh
29
- <refreshDigest>` match, and `--ack-local-document-write`). The write phase
30
- re-plans under the exclusive lock; a diverging digest converges to
31
- `RELEASE_DOCS_REFRESH_STALE` with zero writes, and a clean plan is a zero-write
32
- no-op. A prepare-time documentation freshness gate makes version drift between
33
- the package version and the public docs fail closed before a release plan is
34
- frozen.
35
- - **Bounded terminal transaction receipts with recovery safety**: terminal
36
- (committed / rolled-back) transactions now persist a summary-only receipt
37
- instead of full payload, capped at 256 KB per receipt
38
- (`TERMINAL_RECEIPT_SIZE_CAP`), under a retention cap of 50 terminal records
39
- (`DEFAULT_TRANSACTION_RETENTION_MAX`). Retention pruning only ever removes
40
- terminal records and never prunes `RECOVERY_CONFLICT` records or any
41
- non-terminal (recovery-relevant) record, so recovery evidence is preserved even
42
- when the count cap is reached; a retention failure never aborts an in-flight
43
- commit.
44
- - **Strict `docs refresh` parameter validation (fail closed)**: the `docs`
45
- command validates every parameter before invoking the refresh service, so
46
- precise stable parameter errors surface even without project configuration or a
47
- safe-fs backend. The `--flag=value` equals form routes through exactly the same
48
- validation as the space-separated form; duplicated flags fail closed with
49
- `DUPLICATE_PARAMETER` before any service call, config read, lock, or
50
- transaction; and bare positional arguments and single-dash flags (such as `-w`)
51
- are rejected as unrecognized. Write-authorization flags supplied without
52
- `--write`, or `--write` without its full authorizations, fail closed with
53
- precise reasons rather than silently proceeding.
54
-
55
- **Fixed**
56
-
57
- - **Bundle entry lifecycle settles with real exit codes**: the self-contained
58
- bundle now owns the command lifecycle. Its entry awaits command completion and
59
- exits with the real business exit code for success, business errors, handled
60
- async rejections, and unknown commands, so the launcher no longer leaves an
61
- unsettled top-level await (Node exit code 13). When the bundle is missing or
62
- cannot be evaluated, the launcher fails closed with static text only and never
63
- interpolates machine-specific paths, usernames, or host layout, because
64
- module-load failure messages carry absolute paths.
65
- - **Fail-closed path canonicalization with stable diagnostics**: artifact path
66
- canonicalization requires POSIX separators and rejects absolute paths in POSIX
67
- (`/`), Windows drive-letter, and UNC spellings, along with traversal, Windows
68
- reserved device names, and colons, failing closed with `PATH_UNSAFE` rather
69
- than normalizing an unsafe spelling into a different public path. Error-output
70
- redaction now distinguishes real filesystem paths from strict RFC 6901 JSON
71
- Pointer diagnostic coordinates (such as `/units/0/version`): absolute
72
- POSIX/Windows/UNC paths collapse to a stable `<redacted-path>` placeholder
73
- while diagnostic pointers are preserved verbatim, keeping failures diagnosable
74
- without leaking host paths.
75
- - **Self public-boundary redaction**: the centralized redaction authority
76
- (`core/redact.mjs`) now closes the self public boundary so runtime error
77
- outputs and detail structures never carry the release-skill workspace's own
78
- absolute path, nor the macOS `Users`, Linux home, macOS `private`/`var` alias,
79
- temp, or CI checkout realms. Redaction runs fail-closed through the
80
- `ReleaseError` choke point: any two-or-more-segment `/`-led token that is not a
81
- strict diagnostic JSON Pointer is replaced with `<redacted-path>`, so
82
- self-releasing never leaks private filesystem layout into public outputs.
14
+ **0.1.7** (2026-07-23)
15
+
16
+ v0.1.7 is an organizational migration release. The public GitHub repository moves from `mzdbxqh/release-skill` to `ifoohoo/release-skill` (the repository name is unchanged and GitHub redirects the old URL), the project gains an explicit corporate maintainer and copyright holder (广州市风荷科技有限公司), and the forward-looking repository, maintainer, author, and copyright metadata across the npm package, plugin marketplace manifests, NOTICE, LICENSE, and release configuration are aligned with the new organization. The npm package name (`release-skill`) and the npm publishing identity (`publisher: mzdbxqh`) are unchanged, and the already-published v0.1.6 tag, GitHub Release, and npm version are not rewritten.
17
+
18
+ **Changed**
19
+
20
+ - **Public repository migrated to the `ifoohoo` organization**: the public
21
+ GitHub repository is transferred from `mzdbxqh/release-skill` to
22
+ `ifoohoo/release-skill` with the repository name unchanged. The default branch
23
+ remains `main`, the v0.1.6 tag, release, and history are preserved, and the old
24
+ URL redirects (HTTP 301) to the new location. The release configuration
25
+ (`publicRepo` and the bound `previousPublicBaseline`) now points at
26
+ `ifoohoo/release-skill` with the public v0.1.6 commit
27
+ `48fb2a258a2786c2e32136ad67bd51f3a280b3b8` as the previous public baseline.
28
+ - **Corporate maintainer and copyright**: the MIT LICENSE (root and public
29
+ package) now carries a dual copyright line for the release-skill contributors
30
+ and 广州市风荷科技有限公司, and the NOTICE states that the project is maintained
31
+ by 广州市风荷科技有限公司 and clarifies that the GitHub repository transfer is an
32
+ administrative hosting/identity change that does not by itself constitute a
33
+ copyright assignment.
34
+ - **Forward-looking metadata aligned with the organization**: the npm
35
+ `package.json` repository, homepage, and issue tracker URLs point at
36
+ `ifoohoo/release-skill`, and the package adds a corporate author while
37
+ preserving the release-skill contributors. The Claude Code plugin marketplace
38
+ owner now identifies the `ifoohoo` organization. The npm package name
39
+ (`release-skill`) and the npm publishing identity (`publisher: mzdbxqh`) are
40
+ unchanged.
83
41
  <!-- release-skill:managed:end id=latest-release -->
84
42
 
85
43
  <!-- release-skill:capability:external-write-boundary -->
86
- > **Current boundary:** v0.1.6 is the current release (v0.1.5 previously held
44
+ > **Current boundary:** v0.1.7 is the current release (v0.1.6 previously held
87
45
  > this status after completing real production verification).
88
46
  > v0.1.1 completed a real production release to GitHub and npm — the first
89
47
  > production-verified milestone — followed by
@@ -101,7 +59,7 @@ v0.1.6 is a release-preparation snapshot that closes the release-docs automation
101
59
  > publish global preflight.
102
60
 
103
61
  <!-- release-skill:capability:safe-first-command -->
104
- > **Production path verified since the v0.1.1 milestone; v0.1.6 is the current
62
+ > **Production path verified since the v0.1.1 milestone; v0.1.7 is the current
105
63
  > release.** The npm-installed CLI is the supported user entry. Source checkout
106
64
  > is the development/contributor fallback.
107
65
  >
package/README.zh-CN.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [English](README.md) · 安装指南:[中文](INSTALL.zh-CN.md) / [English](INSTALL.md)
4
4
 
5
- <!-- release-skill:release-version: 0.1.6 -->
5
+ <!-- release-skill:release-version: 0.1.7 -->
6
6
  面向 Claude Code 和 Codex 的发布准备工具,完整保留人工维护的文件内容。
7
7
 
8
8
  release-skill 帮助维护者回答三个问题:准备发布什么、还有哪些检查未通过、最终
@@ -10,57 +10,30 @@ release-skill 帮助维护者回答三个问题:准备发布什么、还有哪
10
10
  最后一步重新生成 README、重新打包活动工作区或覆盖人工内容。
11
11
 
12
12
  <!-- release-skill:managed:start id=latest-release -->
13
- **0.1.6** (2026-07-22)
14
-
15
- v0.1.6 是一个发布准备版本,收口了 release-docs 自动化闭环。单一结构化发布说明源通过两阶段、摘要绑定的写入协议与 prepare 文档新鲜度门禁,确定性地驱动多语 CHANGELOGREADME 刷新;同时终态事务收据被有界化,CLI 生命周期、路径安全与错误输出脱敏均得到加固。
16
-
17
- **新增**
18
-
19
- - **结构化发布说明驱动的文档刷新(`docs refresh`)**:单一结构化发布说明源
20
- (`release-notes/0.1.6.yaml`)现在确定性地驱动受管 CHANGELOG 与 README 区域的
21
- 多语刷新。刷新以两阶段协议运行:只读计划阶段渲染每个候选并冻结一个
22
- `inputDigest`(绑定规范化说明与说明源字节)以及一个 `refreshDigest`(绑定协议
23
- 版本、unit、version、配置投影与逐文件新旧摘要),写入阶段则仅在三项授权齐备
24
- (`--write`、精确匹配的 `--confirm-refresh <refreshDigest>` 与
25
- `--ack-local-document-write`)时才提交变更目标。写入阶段在独占锁下重新计划;
26
- 摘要分歧时收敛为 `RELEASE_DOCS_REFRESH_STALE` 且零写入,干净计划则是零写入的
27
- 空操作。prepare 文档新鲜度门禁使包版本与公开文档之间的版本漂移在发布计划冻结
28
- 之前失败关闭。
29
- - **有界化的终态事务收据与恢复安全**:终态(已提交 / 已回滚)事务现在持久化
30
- 仅含摘要的收据而非完整载荷,单个收据上限 256 KB(`TERMINAL_RECEIPT_SIZE_CAP`),
31
- 并受 50 条终态记录的保留上限约束(`DEFAULT_TRANSACTION_RETENTION_MAX`)。保留
32
- 裁剪只移除终态记录,永不裁剪 `RECOVERY_CONFLICT` 记录或任何非终态(与恢复相关)
33
- 的记录,因此即便达到数量上限也保留恢复证据;保留失败永不中止进行中的提交。
34
- - **严格的 `docs refresh` 参数验证(失败关闭)**:`docs` 命令在调用刷新服务
35
- 之前验证每个参数,因此即便没有项目配置或 safe-fs 后端,也能给出精确的稳定参数
36
- 错误。`--flag=value` 等号形式与空格分隔形式走完全相同的验证;重复参数在任何
37
- 服务调用、配置读取、加锁或事务之前即以 `DUPLICATE_PARAMETER` 失败关闭;裸位置
38
- 参数与单短横参数(如 `-w`)被识别为未识别而拒绝。未带 `--write` 的写入授权参数,
39
- 或授权不全的 `--write`,都以精确原因失败关闭,而非静默继续。
40
-
41
- **修复**
42
-
43
- - **bundle 入口生命周期以真实退出码收敛**:自包含 bundle 现在拥有命令生命
44
- 周期。其入口等待命令完成,并针对成功、业务错误、已处理的异步拒绝与未知命令以
45
- 真实业务退出码退出,使启动器不再遗留未结算的顶层 await(Node 退出码 13)。当
46
- bundle 缺失或无法求值时,启动器仅以静态文本失败关闭,绝不插值机器相关路径、
47
- 用户名或主机布局,因为模块加载失败信息携带绝对路径。
48
- - **失败关闭的路径规范化与稳定诊断**:artifact 路径规范化要求 POSIX 分隔符,
49
- 并拒绝 POSIX(`/`)、Windows 盘符与 UNC 拼写的绝对路径,连同穿越、Windows 保留
50
- 设备名与冒号,以 `PATH_UNSAFE` 失败关闭,而不是把不安全拼写规范化为另一个公开
51
- 路径。错误输出脱敏现在区分真实文件系统路径与严格的 RFC 6901 JSON Pointer 诊断
52
- 坐标(如 `/units/0/version`):绝对 POSIX/Windows/UNC 路径收敛为稳定的
53
- `<redacted-path>` 占位符,而诊断指针按原样保留,使失败可诊断且不泄露主机路径。
54
- - **self 公开边界脱敏**:集中式脱敏权威(`core/redact.mjs`)现在闭合 self
55
- 公开边界,使运行时错误输出与 detail 结构绝不携带 release-skill 工作区自身的绝对
56
- 路径,也不携带 macOS `Users`、Linux home、macOS `private`/`var` 别名、temp 或 CI
57
- 检出等域。脱敏经由 `ReleaseError` 收口点失败关闭:任何两段及以上、以 `/` 开头且
58
- 非严格诊断 JSON Pointer 的 token 都被替换为 `<redacted-path>`,因此自我发布绝不
59
- 向公开输出泄露私有文件系统布局。
13
+ **0.1.7** (2026-07-23)
14
+
15
+ v0.1.7 是一个组织迁移版本。公开 GitHub 仓库从 `mzdbxqh/release-skill` 迁移至 `ifoohoo/release-skill`(仓库名不变,GitHub 对旧 URL 做重定向),项目新增明确的公司维护主体与版权持有人(广州市风荷科技有限公司),并将面向未来版本的仓库、维护主体、作者与版权元数据在 npm 包、插件市场清单、NOTICE、LICENSE 与发布配置中统一对齐到新组织。npm 包名(`release-skill`)与 npm 发布身份(`publisher: mzdbxqh`)保持不变,已发布的 v0.1.6 标签、GitHub Release npm 版本不被改写。
16
+
17
+ **变更**
18
+
19
+ - **公开仓库迁移至 `ifoohoo` 组织**:公开 GitHub 仓库从
20
+ `mzdbxqh/release-skill` 转移到 `ifoohoo/release-skill`,仓库名不变。默认分支仍为
21
+ `main`,v0.1.6 标签、发行版与历史均被保留,旧 URL 以 HTTP 301 重定向到新位置。
22
+ 发布配置(`publicRepo` 与绑定的 `previousPublicBaseline`)现在指向
23
+ `ifoohoo/release-skill`,并以公开 v0.1.6 提交
24
+ `48fb2a258a2786c2e32136ad67bd51f3a280b3b8` 作为上一公开基线。
25
+ - **公司维护主体与版权**:MIT LICENSE(根目录与公开包)现在携带 release-skill
26
+ 贡献者与广州市风荷科技有限公司的双行版权声明;NOTICE 明确项目由广州市风荷科技
27
+ 有限公司维护,并说明 GitHub 仓库转移属于托管位置与维护身份的行政变更,本身不构成
28
+ 著作权转让。
29
+ - **面向未来版本的元数据与组织对齐**:npm `package.json` 的仓库、主页与问题
30
+ 跟踪地址指向 `ifoohoo/release-skill`,并在保留 release-skill 贡献者的同时新增公司
31
+ 作者。Claude Code 插件市场所有者现在标识 `ifoohoo` 组织。npm 包名
32
+ (`release-skill`)与 npm 发布身份(`publisher: mzdbxqh`)保持不变。
60
33
  <!-- release-skill:managed:end id=latest-release -->
61
34
 
62
35
  <!-- release-skill:capability:external-write-boundary -->
63
- > **当前边界:** v0.1.6 是当前发布版本(v0.1.5 完成真实生产验证后曾处于这一状态)。
36
+ > **当前边界:** v0.1.7 是当前发布版本(v0.1.6 完成真实生产验证后曾处于这一状态)。
64
37
  > v0.1.1 已完成 GitHub 与 npm 的
65
38
  > 真实生产发布,是首次生产验证的历史里程碑,并从冻结 Git ref 完成精确 npm
66
39
  > 安装及 Claude/Codex 消费者安装验证;“当前发布版本”与“首次生产验证里程碑”
@@ -73,7 +46,7 @@ v0.1.6 是一个发布准备版本,收口了 release-docs 自动化闭环。
73
46
  > 远端唯一性检查在 `publish` 全局预检执行。
74
47
 
75
48
  <!-- release-skill:capability:safe-first-command -->
76
- > **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.1.6 是当前发布版本。**
49
+ > **生产路径自 v0.1.1 里程碑起已完成真实生产验证;v0.1.7 是当前发布版本。**
77
50
  > npm 安装的 CLI 是受支持的用户入口;源码 checkout 保留为开发/贡献者路径。
78
51
  >
79
52
  > **第一条命令:**
@@ -2,14 +2,14 @@
2
2
  "name": "release-skill",
3
3
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
4
4
  "owner": {
5
- "name": "mzdbxqh",
6
- "url": "https://github.com/mzdbxqh"
5
+ "name": "ifoohoo",
6
+ "url": "https://github.com/ifoohoo"
7
7
  },
8
8
  "plugins": [
9
9
  {
10
10
  "name": "release-skill",
11
11
  "source": "./",
12
- "version": "0.1.6",
12
+ "version": "0.1.7",
13
13
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification"
14
14
  }
15
15
  ]
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
- "name": "release-skill contributors"
6
+ "name": "广州市风荷科技有限公司"
7
7
  },
8
8
  "license": "MIT",
9
9
  "skills": "./skills/"
@@ -9,7 +9,7 @@ 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.1.6"});
12
+ const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.1.7"});
13
13
 
14
14
  var __create = Object.create;
15
15
  var __defProp = Object.defineProperty;
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
5
  "author": {
6
- "name": "release-skill contributors"
6
+ "name": "广州市风荷科技有限公司"
7
7
  },
8
8
  "license": "MIT",
9
9
  "skills": "./skills/",
@@ -11,7 +11,7 @@
11
11
  "displayName": "Release Skill",
12
12
  "shortDescription": "Safe preparation and frozen GitHub/npm publishing",
13
13
  "longDescription": "Prepares byte-faithful public snapshots without rewriting project source files and publishes approved frozen GitHub/npm artifacts. Full happy end verification confirms consumer installation from frozen Git ref.",
14
- "developerName": "release-skill",
14
+ "developerName": "ifoohoo",
15
15
  "category": "DevOps",
16
16
  "capabilities": [
17
17
  "Write",
@@ -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.1.6.",
22
+ "Prepare a release plan for version 0.1.7.",
23
23
  "Help me understand the release workflow."
24
24
  ]
25
25
  }
@@ -9,7 +9,7 @@ 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.1.6"});
12
+ const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.1.7"});
13
13
 
14
14
  var __create = Object.create;
15
15
  var __defProp = Object.defineProperty;
@@ -9,7 +9,7 @@ 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.1.6"});
12
+ const __bundlePkg = Object.freeze({"name":"release-skill","version":"0.1.7"});
13
13
 
14
14
  var __create = Object.create;
15
15
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,14 +1,22 @@
1
1
  {
2
2
  "name": "release-skill",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Safe preparation and frozen GitHub/npm production publishing with full happy end verification",
5
+ "author": {
6
+ "name": "广州市风荷科技有限公司"
7
+ },
8
+ "contributors": [
9
+ {
10
+ "name": "release-skill contributors"
11
+ }
12
+ ],
5
13
  "repository": {
6
14
  "type": "git",
7
- "url": "git+https://github.com/mzdbxqh/release-skill.git"
15
+ "url": "git+https://github.com/ifoohoo/release-skill.git"
8
16
  },
9
- "homepage": "https://github.com/mzdbxqh/release-skill#readme",
17
+ "homepage": "https://github.com/ifoohoo/release-skill#readme",
10
18
  "bugs": {
11
- "url": "https://github.com/mzdbxqh/release-skill/issues"
19
+ "url": "https://github.com/ifoohoo/release-skill/issues"
12
20
  },
13
21
  "type": "module",
14
22
  "bin": {