@viceme-ai/cli 0.34.0 → 0.35.1

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,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.35.1] - 2026-09-08
4
+
5
+ ### Fixes
6
+
7
+ - use valid setup-node action pin (`d077d3a`)
8
+ - tailor welcome to page state (`1d4e63d`)
9
+ - audit import sources before preview (`bcba64e`)
10
+ - harden onboarding and publish real previews (`a7b5bc1`)
11
+
12
+ ## [0.35.0] - 2026-09-07
13
+
14
+ ### Features
15
+
16
+ - complete creator page onboarding flow (`95b5dc1`)
17
+ - support loopback template catalog demos (`0260fab`)
18
+ - use cloud creator template catalog (`21ed50f`)
19
+ - fetch verified cloud creator templates (`6cc99cf`)
20
+ - build creator template catalog artifacts (`87f5a00`)
21
+ - guide creator page onboarding (`1cfad54`)
22
+
23
+ ### Fixes
24
+
25
+ - 校正模板拉取验收路径 (`bc2cfda`)
26
+ - 使用独立模板册公开桶 (`e926221`)
27
+ - 修复模板册 CI 与错误边界 (`5f79228`)
28
+ - 收紧模板册发布与 Mock 隔离 (`0be4b14`)
29
+ - quote template catalog key expansion (`3b9d922`)
30
+ - restore CLI-only update lifecycle (`8517f7c`)
31
+
32
+ ### Other Changes
33
+
34
+ - 更新官方 Skill 发布清单 (`1f5f19b`)
35
+ - 移除开发过程文档 (`49a9e94`)
36
+ - define creator card update recovery (`6a5a2db`)
37
+ - align creator template flow with cloud catalog (`9e35bcf`)
38
+ - add development template catalog fixtures (`1183991`)
39
+ - publish creator template catalog (`ab710f3`)
40
+ - design cloud creator template catalog (`e95f56d`)
41
+
3
42
  ## [0.34.0] - 2026-09-07
4
43
 
5
44
  ### Features
package/README.md CHANGED
@@ -291,7 +291,7 @@ Never copy an access token into the conversation.
291
291
  | `viceme replica resume <publication-id>` | Continue only the missing upload, verification, submission, or allowed retry step from authoritative state. |
292
292
  | `viceme replica cancel <publication-id>` | Cancel a Publication before activation and clean its local recoverable source. |
293
293
  | `viceme replica install <code> [--target <new-directory>]` | With an authenticated Profile, display the authoritative Quote before `--confirm`; add `--accept-price-cents <fen>` for anonymous checkout and `--payment-presented` only after its hosted payment page opens. Both paths atomically install the paid source. |
294
- | `viceme update` | Update or repair the CLI and matching official Skills together. |
294
+ | `viceme update` | Explicitly update the CLI. Refresh official Skills separately with `viceme install --agent auto`. |
295
295
  | `viceme merchant accounts` | List ordinary MerchantAccounts where the current User is the OWNER member. |
296
296
  | `viceme merchant work ...` | Create, inspect, update, and publish Merchant Works, including Website Works. |
297
297
  | `viceme merchant page ...` | Validate, preview, publish, inspect, and roll back immutable custom Creator/Work page bundles. |
@@ -355,7 +355,7 @@ process that started the update. `meta.autoUpdate` may appear when startup
355
355
  recovery had to hand an already-started command to a newly committed CLI.
356
356
 
357
357
  After an ordinary command has emitted its response, a detached worker checks
358
- the stable release channel and updates the CLI and matching official Skills. The foreground command never waits
358
+ the stable release channel and updates only the CLI. The foreground command never waits
359
359
  for release discovery or activation, and background launch, network,
360
360
  permission, or installation failures never replace its JSON response. A
361
361
  successful replacement is used by the next `viceme` process; it does not
@@ -363,12 +363,10 @@ require restarting the surrounding Codex, Claude Code, or WorkBuddy app.
363
363
  Checks are coalesced for 24 hours, while failed checks or updates become
364
364
  eligible for another background attempt after one hour.
365
365
 
366
- Both manual and automatic updates synchronize official Skills through the
367
- existing activation transaction. When the CLI is already current, the background
368
- worker checks the installed official Skills and repairs stale or missing copies;
369
- healthy installations are left alone. Agents may have loaded the old Skill text
370
- when a task started, so start a new task when the host needs to rediscover the
371
- refreshed files. `viceme install --agent auto` remains a Skill-only repair path.
366
+ Official Skills are a separate lifecycle because an Agent usually loads them
367
+ when a task starts. CLI auto-update therefore never rewrites Skill directories.
368
+ Refresh them intentionally with `viceme install --agent auto`, then start a new
369
+ Agent task when the host needs to rediscover the files.
372
370
 
373
371
  ```bash
374
372
  viceme update --check
@@ -376,17 +374,17 @@ viceme update
376
374
  viceme install --agent auto
377
375
  ```
378
376
 
379
- `viceme update` uses the `auto` Skill target by default and keeps the existing
380
- permission preflight and durable recovery rules. Use
381
- `viceme update --agent <target>` to select a specific Agent destination.
382
- `viceme update --check` only checks the release and does not refresh Skills.
377
+ `viceme update` remains the explicit CLI repair command and keeps the same
378
+ permission preflight and durable recovery rules. For compatibility,
379
+ `viceme update --agent <target>` still requests a combined CLI and Skill
380
+ repair, but new automation should keep the two commands separate.
383
381
 
384
382
  Permission preflight checks every path that the selected installation method
385
383
  will mutate before creating an activation journal. For npm this includes the
386
384
  configured cache, actual scoped global package, and launcher directories through
387
- Node so the host filesystem broker is preserved. Standalone activation checks
388
- the executable directory, and Skill installation checks every selected Agent
389
- destination. A denied explicit-update preflight keeps the
385
+ Node so the host filesystem broker is preserved. For standalone CLI-only
386
+ updates it checks the executable directory; a separate Skill install checks
387
+ every selected Agent destination. A denied explicit-update preflight keeps the
390
388
  previous generation intact and requests host approval. A denied background
391
389
  attempt is recorded locally and does not affect the foreground command.
392
390
  Permission can still change after preflight, so any failure after an install
package/checksums.txt CHANGED
@@ -1,6 +1,6 @@
1
- b9d3561f65c6a719b450c12084f9c4a175f4b45151346c27b037bf41878bab81 viceme_0.34.0_darwin_amd64
2
- ee5b87aaf030218363cda513ef822cc5ca2ddc943bf43272ccb2b00d191dc3c9 viceme_0.34.0_darwin_arm64
3
- d2dc699bef94c24e956cb7b6d135b3d64740e540b61e0edacec08d8b4db2dffd viceme_0.34.0_linux_amd64
4
- eabd7ba85c147f8cfaf77ee533071d2cd321cfcf85ca26be5ca768c18867481c viceme_0.34.0_linux_arm64
5
- a58dd1a6b063a222699f0b6c8fd0aef6a1554df90bfa251b5bf60f1d0087fef3 viceme_0.34.0_windows_amd64.exe
6
- 0736b755e56785d0c3db4a265309585208ac1b87225ba3ad1819838744a0fb4a viceme_0.34.0_windows_arm64.exe
1
+ 036c587002751044d2b2ef0ad57d3bedfbd15e30a8dd55ae15a3b0dba5e2d4dd viceme_0.35.1_darwin_amd64
2
+ 33a6e2839468b0e9e8f86e1a0666008683d5899313734e82da2b41a325f89bdb viceme_0.35.1_darwin_arm64
3
+ ff215c8f015fab8a40b36b37394b0cd6a7151e853910b1be917299fea39f264c viceme_0.35.1_linux_amd64
4
+ 8f2887d6b5609416c3192240759e9ae2b11de222d6d769040623037f31a839fd viceme_0.35.1_linux_arm64
5
+ e1a1e1517ef8e13fd1dae4c48c6cd65b18e8451a6731be1ed7c30683611756bf viceme_0.35.1_windows_amd64.exe
6
+ 8e7cca3b51202276c6b6bffe2f189933f70ce1d1d096f22b87d8d87f4fc54f34 viceme_0.35.1_windows_arm64.exe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.34.0",
3
+ "version": "0.35.1",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {