Skip to content

Commit 8469b56

Browse files
committed
Remove SQLite mention from README privacy section
The privacy section referenced SQLite specifically as the local storage mechanism. Replaced with a general "stored locally" phrasing. https://claude.ai/code/session_013KN1AQ3PWJ9WREc6VCKKzj
1 parent e7f077f commit 8469b56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/remove-sqlite-readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Dashboard opens at **http://127.0.0.1:2099**. Telemetry from your agents flows i
7575

7676
## Privacy
7777

78-
**Your data stays on your machine.** All agent messages, token counts, costs, and telemetry are stored locally in SQLite. None of this data is ever sent to us or any third party.
78+
**Your data stays on your machine.** All agent messages, token counts, costs, and telemetry are stored locally. None of this data is ever sent to us or any third party.
7979

8080
Manifest collects anonymous product analytics (hashed machine ID, OS platform, package version, event names) to help improve the project. No personally identifiable information or agent data is included.
8181

0 commit comments

Comments
 (0)