@viceme-ai/cli 0.22.1 → 0.23.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.23.0] - 2026-09-01
4
+
5
+ ### Features
6
+
7
+ - 买家侧交易闭环:install 未购版直接下单扫码支付并新增 subscribe (`0efec34`)
8
+
9
+ ### Fixes
10
+
11
+ - 发布终态后本地恢复清理失败降级为警告 (`513d7b7`)
12
+
13
+ ### Other Changes
14
+
15
+ - 约束 main 拉取请求来源 (`bf8e79f`)
16
+ - viceme-skill-use 购买引导改为扫码支付闭环 (`2c6cf5c`)
17
+ - 钉死 sell-a-skill 预览、改名与来源判定合同 (`374cb95`)
18
+
19
+ ## [0.22.2] - 2026-09-01
20
+
21
+ ### Fixes
22
+
23
+ - 动态解析互动 SDK 版本 (`8f316dc`)
24
+ - 按 Agent 平台选择交互工具 (`4685902`)
25
+ - 优先使用交互式接入引导 (`ce7b716`)
26
+ - 跟随 SDK 最新版本 (`ae5fbbf`)
27
+ - 对齐 SDK 内嵌网站支付 (`8d18a24`)
28
+
29
+ ### Other Changes
30
+
31
+ - 明确移动支付失败边界 (`5e8b9c1`)
32
+
3
33
  ## [0.22.1] - 2026-09-01
4
34
 
5
35
  ### Fixes
package/checksums.txt CHANGED
@@ -1,6 +1,6 @@
1
- 751bb6e9a8f9bc967ac5e72eb23bd5ba0b543e2905d8224714e44cbc57ca9e47 viceme_0.22.1_darwin_amd64
2
- 1b34b1efeaedcca8a392675c0aa0aff10b1422039ea0b05e7ea962b4010b2a7d viceme_0.22.1_darwin_arm64
3
- 76bb0e68f20b8d7add697fdbe91109b68bd5b8e4ecfd9f2121d3e33a88ed39bb viceme_0.22.1_linux_amd64
4
- 86aa4d42a23cd56d9343ba64af1e8c10b32328507dc4d33c443afda586e32b5e viceme_0.22.1_linux_arm64
5
- 50d913fd94b0ce01ae15b526bcf49cfa1147f74ade06eb4ac003faf8d52e30ca viceme_0.22.1_windows_amd64.exe
6
- b2ecc653f9846611cb15eab0e57a16a5abd3bc8467dcf9c5205714af2184a770 viceme_0.22.1_windows_arm64.exe
1
+ 9c449e3ba96b87714b57c53177ce04941ac60c0eb9d3570fdc789ea72ca4c660 viceme_0.23.0_darwin_amd64
2
+ fc574ce3480c7704acf92e505a6619de7e00b01721c4b41833b96339e7278015 viceme_0.23.0_darwin_arm64
3
+ a242883978eaf5422cdf924618d8a49055cb2fa6142aa52d8e49ae4d3d8284db viceme_0.23.0_linux_amd64
4
+ 33643d8f6ae4d2a49e0d6790480288afe871f226f8b00eedf3bf2041395fb5d9 viceme_0.23.0_linux_arm64
5
+ a161833605647336b08ec44a7feef03c1f8633967cfaf843a5a03bf1433d430b viceme_0.23.0_windows_amd64.exe
6
+ 5e84f99e041b1420f388437a7db143dc6f2aad7cfeb19b8b750046a19dd54dae viceme_0.23.0_windows_arm64.exe
package/docs/releasing.md CHANGED
@@ -64,14 +64,24 @@ Shop signs with the new key. Never replace key material under an existing ID;
64
64
  remove an old public key only after every Release signed by it is no longer
65
65
  installable.
66
66
 
67
- Protect `dev` with an active branch ruleset that retains the normal pull request,
68
- one approving review, the `PR quality` check, all three `PR npm installer
69
- (<runner>)` checks, deletion protection, and force push protection. Add `ViceMe
70
- CLI Release Bot` and the organization-admin role to
71
- the bypass list with `Always allow`; the latter preserves the legacy rule's
72
- existing `enforce_admins: false` behavior. Do not leave the legacy
73
- branch-protection rule active beside the ruleset because it cannot recognize the
74
- ruleset's App bypass.
67
+ Keep `main` as the repository default branch, but target normal feature and fix
68
+ pull requests explicitly at `dev`. Repository settings allow merge commits only;
69
+ squash and rebase merging are disabled so an administrator bypass cannot detach
70
+ a reviewed `dev` head from `main` history.
71
+
72
+ Protect `dev` with its own active branch ruleset that retains the normal pull
73
+ request, one approving review, the `PR quality` check, all three `PR npm
74
+ installer (<runner>)` checks, strict required-status synchronization, deletion
75
+ protection, and force push protection. Protect `main` with a separate ruleset
76
+ that requires the same checks plus `Release candidate preparation`, but does
77
+ not require `dev` to contain the previous release merge commit. Both rulesets
78
+ allow merge commits only. The required `PR quality` job rejects `main` pull
79
+ requests unless they come from the same repository's `dev` or `hotfix/*`.
80
+
81
+ Add `ViceMe CLI Release Bot` and the organization-admin role to both bypass
82
+ lists with `Always allow`; the latter preserves the legacy rule's existing
83
+ `enforce_admins: false` behavior. Do not leave a legacy branch-protection rule
84
+ active beside the rulesets because it cannot recognize the ruleset's App bypass.
75
85
 
76
86
  The App installation token is scoped to the current repository and
77
87
  `Contents: write`, expires after at most one hour, and is revoked automatically
@@ -85,11 +95,9 @@ set of required checks for the exact prepared commit without duplicate generic
85
95
  push and pull-request runs. The synchronize event may run release preparation a
86
96
  second time; that run is intentionally idempotent and produces no new commit.
87
97
 
88
- Protect `main` with the same four PR checks plus `Release candidate
89
- preparation`. The checks from `CLI release publication` are deliberately not
90
- required for merging: that workflow starts only after the release PR has been
91
- merged and performs the tag, binary, GitHub Release, npm, and notification
92
- steps.
98
+ The checks from `CLI release publication` are deliberately not required for
99
+ merging: that workflow starts only after the release PR has been merged and
100
+ performs the tag, binary, GitHub Release, npm, and notification steps.
93
101
 
94
102
  Create a GitHub Actions Environment named `cdn` and restrict deployments to
95
103
  protected branches. The S3 publication job is the only release job that uses
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.22.1",
3
+ "version": "0.23.0",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {