@viceme-ai/cli 0.7.0 → 0.8.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 +10 -0
- package/README.md +2 -2
- package/README.zh.md +2 -2
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -120,7 +120,7 @@ Continue only when authentication is valid and `skills doctor` reports a healthy
|
|
|
120
120
|
viceme skill inspect https://github.com/acme/poster-skill --skill-root .
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
Inspection is read-only. Follow the bundled `viceme` Skill for source-specific handling, Target selection, confirmation, bounded job waiting, and result reporting. After the publication parks at `awaiting_action`, guide the user through candidate preview and a test run with accepted result before resolving with `job resume --decision confirm` (see the rollout status above).
|
|
123
|
+
Inspection is read-only. Follow the bundled `viceme` Skill for source-specific handling, Target selection, confirmation, bounded job waiting, and result reporting. If a publication ends at `binding_required`, run `viceme job bind <publication-id>`, give the signed ViceMe URL to the user, and stop. Downloading or forking is only an informational alternative; the CLI never performs it automatically. After the user binds the exact GitHub/Xiaohongshu channel account, inspect again and create a fresh ordinary publication rather than resuming the terminal one. Otherwise, when the publication parks at `awaiting_action`, guide the user through candidate preview and a test run with accepted result before resolving with `job resume --decision confirm` (see the rollout status above).
|
|
124
124
|
|
|
125
125
|
## Regions & Profiles
|
|
126
126
|
|
|
@@ -254,7 +254,7 @@ viceme skill publish --file ./poster-skill-v2.zip \
|
|
|
254
254
|
| `viceme skill inspect` | Freeze and inspect a source candidate without publishing |
|
|
255
255
|
| `viceme skill publish` | Create or update a stable Skill Agent publication |
|
|
256
256
|
| `viceme skill target` | Resolve existing logical Agent Targets and versions |
|
|
257
|
-
| `viceme job` | Read, wait for, resume, explicitly retry, or cancel a durable publication |
|
|
257
|
+
| `viceme job` | Read, wait for, show a signed channel-binding URL, resume, explicitly retry, or cancel a durable publication |
|
|
258
258
|
| `viceme skills` | Read, install, and diagnose the bundled Agent Skill |
|
|
259
259
|
| `viceme update` | Update the npm launcher, verified binary, and bundled Skill together |
|
|
260
260
|
|
package/README.zh.md
CHANGED
|
@@ -120,7 +120,7 @@ viceme skills list
|
|
|
120
120
|
viceme skill inspect https://github.com/acme/poster-skill --skill-root .
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
inspect 是只读操作。后续应按照随包发布的 `viceme` Skill 处理不同来源、Target
|
|
123
|
+
inspect 是只读操作。后续应按照随包发布的 `viceme` Skill 处理不同来源、Target 选择、用户确认、有界任务等待和结果返回。若 Publication 终结为 `binding_required`,运行 `viceme job bind <publication-id>`,把服务端签名的 ViceMe 链接交给用户后停止;下载或 Fork 仅为提示,CLI 不会自动执行。用户完成精确 GitHub/小红书渠道绑定后,必须重新 inspect 并创建新的普通 Publication,不能恢复旧任务。在上方所述的精确 Candidate 确认门完成前,公开发布流程仍保持关闭。
|
|
124
124
|
|
|
125
125
|
## 区域与 Profile
|
|
126
126
|
|
|
@@ -254,7 +254,7 @@ viceme skill publish --file ./poster-skill-v2.zip \
|
|
|
254
254
|
| `viceme skill inspect` | 固化并检查来源候选,不执行发布 |
|
|
255
255
|
| `viceme skill publish` | 创建或更新具有稳定链接的 Skill Agent 发布 |
|
|
256
256
|
| `viceme skill target` | 解析现有逻辑 Agent Target 及其版本 |
|
|
257
|
-
| `viceme job` |
|
|
257
|
+
| `viceme job` | 读取、等待、展示签名渠道绑定链接、恢复、显式重试或取消持久化发布任务 |
|
|
258
258
|
| `viceme skills` | 读取、安装和诊断随包发布的 Agent Skill |
|
|
259
259
|
| `viceme update` | 同时更新 npm 启动器、已校验二进制文件和随包发布的 Skill |
|
|
260
260
|
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
8b031a1f54c2b28e1a236073f7db2e8ff1dd7106204968c91005ff9058f5a81d viceme_0.8.0_darwin_amd64
|
|
2
|
+
877e7521178c3da5a6a0e7ecf287e7669445371352617384b4e606c5340e84ec viceme_0.8.0_darwin_arm64
|
|
3
|
+
3064ae403ea7252b7ea0cf92b5329bacb48038ead9f4574b0fe49fc53b835fe9 viceme_0.8.0_linux_amd64
|
|
4
|
+
dd9f4b458d211755c7091a9c010201851056f7f5c3eb3c196caf2ae3c06960da viceme_0.8.0_linux_arm64
|
|
5
|
+
706b15afea8b19e884087190435e55ccf41cf9bf9cfeef596d34bdc6a1bbc8ed viceme_0.8.0_windows_amd64.exe
|
|
6
|
+
e997ee95c039751a4d39347aa126f995567de9ac342393fc39b37be98d14e8a2 viceme_0.8.0_windows_arm64.exe
|