Added
PRIVACY.mddocumenting the plugin's data-handling policy:- Local-first storage; vault contents stay on your machine
- No telemetry — the plugin contacts no maintainer-controlled servers
- Opt-in OpenAI usage, only when
VAULT_PKM_OPENAI_KEYis set (used byvault_semantic_searchand graph-contextvault_suggest_links) - Local SQLite stores under
.obsidian/(activity-log.db,semantic-index.db) with documented user controls for clearing them
Linked from the README. Provides the privacy policy URL needed for the plugin marketplace listing: https://github.com/AdrianV101/obsidian-pkm-plugin/blob/v3.10.1/PRIVACY.md
No code changes — docs-only patch release.