hotsheet 0.18.0-beta.3 → 0.18.0-rc.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.
package/README.md CHANGED
@@ -153,7 +153,7 @@ The loop stays tight because the AI always knows what to work on next — and yo
153
153
  - **Auto-cleanup** — verified tickets auto-archive after a configurable number of days; trashed tickets auto-delete
154
154
  - **Portable settings** — all project settings stored in `settings.json` for easy copying between projects
155
155
  - **App icon variants** — 9 icon variants to choose from in Settings, applied instantly to the dock icon
156
- - **Fully local** — embedded PostgreSQL (PGLite), no network calls, no accounts, no telemetry
156
+ - **Fully local** — embedded PostgreSQL (PGLite), no accounts, nothing phones home. The Claude Code cost telemetry is captured to a localhost-bound endpoint and never leaves your machine; the only outbound network activity is the stuff you opt into (desktop-app update checks, plugin sync you configure).
157
157
 
158
158
  ---
159
159
 
@@ -443,7 +443,7 @@ All settings can also be changed from the settings panel UI.
443
443
  | Build | tsup (server + client bundles), sass (SCSS) |
444
444
  | Storage | `.hotsheet/` in your project directory |
445
445
 
446
- Data stays local. No network calls, no accounts, no telemetry.
446
+ Data stays local. No accounts, no cloud — and the built-in Claude Code cost telemetry is localhost-bound, so even that never leaves your machine.
447
447
 
448
448
  ---
449
449