claude-resume-hub 1.4.1 → 1.4.2

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 (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -111,6 +111,14 @@ Kalıcı komut ister misin? `npm i -g claude-resume-hub` sana `crh --web` verir.
111
111
 
112
112
  ---
113
113
 
114
+ ## 🔒 Security & privacy
115
+
116
+ - **It never touches your tokens.** The tool does **not** read or store your Claude credentials (`~/.claude/.credentials.json` / the OS keychain). It only reads conversation transcripts under `~/.claude/projects` — on your own machine, at runtime.
117
+ - **Nothing leaves your machine.** No telemetry, no network calls of its own. The `--web` dashboard is localhost-only.
118
+ - **The binary contains only code — no sessions, no tokens.** Release executables are built by GitHub Actions from source on clean runners, so a downloaded `.exe` can't expose anyone's data (there's none embedded). Each user's run reads only *their own* local `~/.claude`.
119
+
120
+ > **Güvenlik:** Token/kimlik bilgisi *hiç* okunmaz veya saklanmaz — sadece kendi makinendeki konuşma metinleri okunur. Panel yalnızca localhost. İndirilen `.exe` yalnızca kod içerir (session/token gömülü değil), CI'da kaynaktan temiz sunucularda derlenir.
121
+
114
122
  ## 🛠️ From source · Kaynaktan
115
123
 
116
124
  Prefer to run it straight from the repo (no npm)? / npm'siz, doğrudan repodan mı çalıştırmak istiyorsun?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-resume-hub",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Run Claude Code and auto-continue the moment a usage/session limit resets — with a live dashboard and desktop alerts. Cross-platform, zero-dependency.",
5
5
  "bin": {
6
6
  "claude-resume-hub": "bin/cli.js",