@viceme-ai/cli 0.12.3 → 0.12.4

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.12.4] - 2026-08-12
4
+
5
+ ### Fixes
6
+
7
+ - 避免旧 Profile 阻断安装升级 (`05f9d3d`)
8
+
3
9
  ## [0.12.3] - 2026-08-12
4
10
 
5
11
  ### Fixes
package/README.md CHANGED
@@ -223,9 +223,10 @@ target version; its member lock prevents a parent crash from admitting a newer
223
223
  generation while the child still commits. A committed target is only cleaned up
224
224
  after a crash—it is never reapplied or rolled back. Private
225
225
  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.
226
+ the complete target generation. Installation commits after local Skill/version
227
+ integrity checks; an unavailable active-profile API is reported as a warning so
228
+ stale profile state cannot block an upgrade. `viceme doctor` remains the
229
+ explicit network-readiness check before business commands.
229
230
 
230
231
  ## First-phase implementation status
231
232
 
package/README.zh.md CHANGED
@@ -198,8 +198,9 @@ Journal 做相同仲裁,避免通过启动检查后暂停的旧进程引入第
198
198
  恢复协议混合使用。每个 Skills/配置事务都必须持有同一代际权限,或在最终提交前重新验证。
199
199
  npm 内部安装子进程必须匹配 Journal 中的一次性 nonce、目标版本和 Skill 目标;成员提交锁会阻止
200
200
  父进程崩溃后,新一代在旧子进程尚未提交完毕时进入。目标一旦越过语义提交点,崩溃恢复只能完成本地清理,不能重新联网安装或回滚。私有
201
- Journal 因此只能完整恢复上一代或完整完成目标版本;安装提交前,`viceme doctor` 同时校验
202
- Skill/版本完整性和不携带凭据的 API readiness。
201
+ Journal 因此只能完整恢复上一代或完整完成目标版本。安装提交前必须通过本地 Skill/版本完整性
202
+ 校验;当前 Profile 的 API 不可达只产生警告,避免旧 Profile 阻断升级。正式业务命令前再用
203
+ `viceme doctor` 明确检查网络 readiness。
203
204
 
204
205
  ## 第一阶段实施状态
205
206
 
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
+ b5332a80252b7fca1bbd0858480c4ecb6a930aaa302f6f2639367db7e18ab140 viceme_0.12.4_darwin_amd64
2
+ 483b0c62d1f2152aebd0e0fc39f58fc8833fb44dd14376bb357435275a98a0eb viceme_0.12.4_darwin_arm64
3
+ 425b99abf6b693de528a83173f820764c17c8407d86c471418b8511776ea685d viceme_0.12.4_linux_amd64
4
+ 4d963ac9ee5eaa2aac7922f35627d7c078b3f87fa5af7af2eb498c818ffb9d6c viceme_0.12.4_linux_arm64
5
+ d915728cbb43022d281970701cab848c277b2e254ce0772f3de4ccd17244f32c viceme_0.12.4_windows_amd64.exe
6
+ a12d40f8da67009a683727a3edbedf2696764972d4c028e3be14825f5f19b01e viceme_0.12.4_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.12.4",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {