@viceme-ai/cli 0.12.4 → 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 +12 -0
- package/README.md +4 -3
- package/README.zh.md +4 -3
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
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
|
+
|
|
3
15
|
## [0.12.4] - 2026-08-12
|
|
4
16
|
|
|
5
17
|
### 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
|
|
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,
|
|
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
|
|
@@ -258,6 +259,6 @@ make npm-package-check
|
|
|
258
259
|
make release-manifest
|
|
259
260
|
```
|
|
260
261
|
|
|
261
|
-
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
|
|
262
263
|
together. Release artifacts are published to GitHub, npm, `s3.viceme.cn`, and
|
|
263
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
|
|
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
|
|
191
|
+
二进制或 npm launcher、三份官方 Skills 和 Profile 配置属于同一个可恢复的本地版本。
|
|
191
192
|
Standalone 与 npm 激活共用外层激活锁、委托成员提交锁,并持久化包含语义版本、安装方式和不可变身份的
|
|
192
193
|
active-generation。唯一的启动协调器不区分当前入口,始终检查 Standalone 和 npm 两类 Journal。
|
|
193
194
|
所有普通命令必须先恢复未完成的外层 Journal;如果恢复后当前进程的版本、安装方式或不可变身份
|
|
@@ -228,5 +229,5 @@ make npm-package-check
|
|
|
228
229
|
make release-manifest
|
|
229
230
|
```
|
|
230
231
|
|
|
231
|
-
CLI、`viceme-shared` 和 `viceme-
|
|
232
|
+
CLI、`viceme-shared`、`viceme-publish` 和 `viceme-danmaku` 同版本发布。GitHub、npm、
|
|
232
233
|
`s3.viceme.cn` 与 `s3.viceme.ai` 的产物都来自同一个已评审 Commit。
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|