@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 +6 -0
- package/README.md +4 -3
- package/README.zh.md +3 -2
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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.
|
|
227
|
-
|
|
228
|
-
|
|
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
|
|
202
|
-
|
|
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
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|