@holdyourvoice/hyv 2.9.9 → 2.9.11

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/index.js +513 -343
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable CLI changes. Also mirrored to [holdyourvoice.com/changelog](https://holdyourvoice.com/changelog) for user-facing releases.
4
4
 
5
+ ## [2.9.11] — 2026-06-12
6
+
7
+ ### Fixed
8
+ - Data safety: preserve profiles with voice anchors, learned patterns, or dashboard-edited markdown
9
+ - Welcome sync accepts `force: true` to intentionally overwrite preserved server profiles
10
+ - `hyv sync` keeps newer local profiles (uses `updated_at` metadata); `--force` overwrites
11
+ - JSON profile cache (`.hyv/cache/profiles/*.json`) backs up before overwrite; skips stale server snapshots
12
+ - `~/.hyv/auth.json` backed up to `.hyv.bak` before each write
13
+ - Web login: fixed email `body` ReferenceError in strict mode; Google sign-in warms `/ready` and retries on 503
14
+ - Legacy `dashboard.html` email login fixed (`user` response, OTP `code` field, cold-start retries)
15
+ - Static copy/sitemap: `holdyourvoice.com/dashboard` → `/app`
16
+
17
+ ## [2.9.10] — 2026-06-12
18
+
19
+ ### Fixed
20
+ - **Data safety** — welcome profile sync no longer overwrites enriched dashboard profiles (keywords, signature, rules, flashcard onboarding)
21
+ - Local profile cache backs up to `.hyv.bak` before overwrite; refuses empty content replacing real data
22
+ - `hyv sync` skips empty server profile payloads instead of wiping local cache
23
+
5
24
  ## [2.9.9] — 2026-06-12
6
25
 
7
26
  ### Fixed