@viceme-ai/cli 0.12.3 → 0.13.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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.13.0] - 2026-08-12
4
+
5
+ ### Features
6
+
7
+ - 增加弹幕组件 Skill (`cf5edb0`)
8
+ - 自动等待发布分析完成 (`506a14a`)
9
+
10
+ ### Fixes
11
+
12
+ - 修复 0.13 弹幕 Skill 兼容契约 (`a20ae0e`)
13
+ - 发布前识别本地恢复目录权限 (`4e3d5fb`)
14
+
15
+ ## [0.12.4] - 2026-08-12
16
+
17
+ ### Fixes
18
+
19
+ - 避免旧 Profile 阻断安装升级 (`05f9d3d`)
20
+
3
21
  ## [0.12.3] - 2026-08-12
4
22
 
5
23
  ### Fixes
package/README.md CHANGED
@@ -9,7 +9,7 @@ uploads, review, and publication.
9
9
 
10
10
  ## Install
11
11
 
12
- The official bootstrap installs the native CLI and both official Skills from
12
+ The official bootstrap installs the native CLI and all three official Skills from
13
13
  one immutable release.
14
14
 
15
15
  China, macOS or Linux:
@@ -145,6 +145,7 @@ Then follow the authoritative publication state:
145
145
 
146
146
  ```bash
147
147
  viceme publication get <publication-id>
148
+ viceme publication wait <publication-id>
148
149
  viceme publication review <publication-id>
149
150
  viceme publication asset upload <publication-id> --role cover --path ./cover.png
150
151
  viceme publication asset upload <publication-id> --role gallery --path ./demo.png
@@ -202,7 +203,7 @@ activate the binary atomically. npm installations update through the exact npm
202
203
  package version. Updates never inherit `VICEME_ACCESS_TOKEN` into child
203
204
  processes.
204
205
 
205
- Binary or npm-launcher activation, both official Skills, and profile config are
206
+ Binary or npm-launcher activation, all three official Skills, and profile config are
206
207
  one recoverable local generation. Standalone and npm activation share an outer
207
208
  activation lock, a delegated member-commit lock, and a durable active-generation
208
209
  record containing the semantic version, installation method, and immutable
@@ -223,9 +224,10 @@ target version; its member lock prevents a parent crash from admitting a newer
223
224
  generation while the child still commits. A committed target is only cleaned up
224
225
  after a crash—it is never reapplied or rolled back. Private
225
226
  journals can therefore only restore the complete previous generation or finish
226
- the complete target generation. `viceme doctor`
227
- validates Skill/version integrity and an unauthenticated API readiness probe
228
- before installation commits.
227
+ the complete target generation. Installation commits after local Skill/version
228
+ integrity checks; an unavailable active-profile API is reported as a warning so
229
+ stale profile state cannot block an upgrade. `viceme doctor` remains the
230
+ explicit network-readiness check before business commands.
229
231
 
230
232
  ## First-phase implementation status
231
233
 
@@ -257,6 +259,6 @@ make npm-package-check
257
259
  make release-manifest
258
260
  ```
259
261
 
260
- The CLI and `viceme-shared` / `viceme-publish` Skills are versioned and released
262
+ The CLI and `viceme-shared` / `viceme-publish` / `viceme-danmaku` Skills are versioned and released
261
263
  together. Release artifacts are published to GitHub, npm, `s3.viceme.cn`, and
262
264
  `s3.viceme.ai` from the same reviewed commit.
package/README.zh.md CHANGED
@@ -8,7 +8,7 @@ Code 和 WorkBuddy 通过 Skills 引导用户;CLI 负责安装、设备授权
8
8
 
9
9
  ## 安装
10
10
 
11
- 官方 Bootstrap 从同一个不可变 Release 一次安装原生 CLI 和两个官方 Skills。
11
+ 官方 Bootstrap 从同一个不可变 Release 一次安装原生 CLI 和三个官方 Skills。
12
12
 
13
13
  中国区 macOS / Linux:
14
14
 
@@ -136,6 +136,7 @@ viceme --profile <publication-profile> skill publish --path ./my-skill --price-m
136
136
 
137
137
  ```bash
138
138
  viceme publication get <publication-id>
139
+ viceme publication wait <publication-id>
139
140
  viceme publication review <publication-id>
140
141
  viceme publication asset upload <publication-id> --role cover --path ./cover.png
141
142
  viceme publication asset upload <publication-id> --role gallery --path ./demo.png
@@ -187,7 +188,7 @@ Bootstrap 安装会读取当前 Profile 所在区域的官方 S3 Release 索引
187
188
  Checksum,用新二进制修复同版本官方 Skills 后原子激活。npm 安装通过精确 npm 包版本
188
189
  更新。更新子进程不会继承 `VICEME_ACCESS_TOKEN`。
189
190
 
190
- 二进制或 npm launcher、两份官方 Skills 和 Profile 配置属于同一个可恢复的本地版本。
191
+ 二进制或 npm launcher、三份官方 Skills 和 Profile 配置属于同一个可恢复的本地版本。
191
192
  Standalone 与 npm 激活共用外层激活锁、委托成员提交锁,并持久化包含语义版本、安装方式和不可变身份的
192
193
  active-generation。唯一的启动协调器不区分当前入口,始终检查 Standalone 和 npm 两类 Journal。
193
194
  所有普通命令必须先恢复未完成的外层 Journal;如果恢复后当前进程的版本、安装方式或不可变身份
@@ -198,8 +199,9 @@ Journal 做相同仲裁,避免通过启动检查后暂停的旧进程引入第
198
199
  恢复协议混合使用。每个 Skills/配置事务都必须持有同一代际权限,或在最终提交前重新验证。
199
200
  npm 内部安装子进程必须匹配 Journal 中的一次性 nonce、目标版本和 Skill 目标;成员提交锁会阻止
200
201
  父进程崩溃后,新一代在旧子进程尚未提交完毕时进入。目标一旦越过语义提交点,崩溃恢复只能完成本地清理,不能重新联网安装或回滚。私有
201
- Journal 因此只能完整恢复上一代或完整完成目标版本;安装提交前,`viceme doctor` 同时校验
202
- Skill/版本完整性和不携带凭据的 API readiness。
202
+ Journal 因此只能完整恢复上一代或完整完成目标版本。安装提交前必须通过本地 Skill/版本完整性
203
+ 校验;当前 Profile 的 API 不可达只产生警告,避免旧 Profile 阻断升级。正式业务命令前再用
204
+ `viceme doctor` 明确检查网络 readiness。
203
205
 
204
206
  ## 第一阶段实施状态
205
207
 
@@ -227,5 +229,5 @@ make npm-package-check
227
229
  make release-manifest
228
230
  ```
229
231
 
230
- CLI、`viceme-shared` 和 `viceme-publish` 同版本发布。GitHub、npm、
232
+ CLI、`viceme-shared`、`viceme-publish` 和 `viceme-danmaku` 同版本发布。GitHub、npm、
231
233
  `s3.viceme.cn` 与 `s3.viceme.ai` 的产物都来自同一个已评审 Commit。
package/checksums.txt CHANGED
@@ -1,6 +1,6 @@
1
- f7b35e7b98e207a72201c3bfd18837e952c823542b0f1ba637ab2e4426119ee6 viceme_0.12.3_darwin_amd64
2
- ccb377e6718b4b14a75af03215eed5dff7bbb9ce3c9394ce7467cf20ba6d2575 viceme_0.12.3_darwin_arm64
3
- aba9c1ba8573a8dd736e046c5e24aa9c094a8c00f72894b910187b91d106f24d viceme_0.12.3_linux_amd64
4
- 5f87b9db7e9495c9466993803ae9af1b9b59684cf555807d5105fcb51360890a viceme_0.12.3_linux_arm64
5
- 7c74f5a002e7ee99e68e4d4b08be8533265c6a637cccf501c0103d781639b86f viceme_0.12.3_windows_amd64.exe
6
- 61f5a8d1a13467bbd870e8533ba1e0ab049706910dff7cc967eb9f9bab007f78 viceme_0.12.3_windows_arm64.exe
1
+ 9b03ae560bcf8d0b61424d6fdce059e308906366dcc2f64c36d3d5f1677fa349 viceme_0.13.0_darwin_amd64
2
+ 1232530fe8468b7199f04ee76240c9c414d2614049230242d4142a20baf5ebb5 viceme_0.13.0_darwin_arm64
3
+ dccc38ccef3d21228a1b6d18f387406bb1bea16600cf705604c08460e3859eaa viceme_0.13.0_linux_amd64
4
+ e22bc86d33398898d9a62b5ead11a6fb97c34c834bec6cc6c09aee2d992d5a3f viceme_0.13.0_linux_arm64
5
+ a1de50fa7509560f4cf0120dfb4fb88db60af1ec12148dc1651e64b79b725f9c viceme_0.13.0_windows_amd64.exe
6
+ 515a44dfc23c8ab76eeca985bdaab6154f79144d7878ecd8c22ecbd407513364 viceme_0.13.0_windows_arm64.exe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.12.3",
3
+ "version": "0.13.0",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {