@freibergergarcia/phone-a-friend 2.3.0 → 2.3.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/.claude-plugin/plugin.json +1 -1
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -326,6 +326,14 @@ npm test # Run tests (vitest)
|
|
|
326
326
|
npm run typecheck # Type check (tsc --noEmit)
|
|
327
327
|
```
|
|
328
328
|
|
|
329
|
+
## Privacy
|
|
330
|
+
|
|
331
|
+
Phone a Friend does not collect, transmit, or store any data on servers operated by this project. There is no telemetry and no analytics.
|
|
332
|
+
|
|
333
|
+
Prompts and repository context are passed only to backends you have installed and authenticated yourself: the Claude, Codex, Gemini, and OpenCode CLIs, or a local Ollama instance. Each backend is governed by its own provider's privacy policy and terms.
|
|
334
|
+
|
|
335
|
+
Local state (config, sessions, jobs, agentic transcripts, and the web dashboard event log) is written only to `~/.config/phone-a-friend/` on your machine. The web dashboard is served on `localhost` and is not exposed to the network.
|
|
336
|
+
|
|
329
337
|
## License
|
|
330
338
|
|
|
331
339
|
Apache-2.0. See [`LICENSE`](LICENSE) and [`NOTICE`](NOTICE).
|