From fcc3206556892398834f0cc8370711f5a800950f Mon Sep 17 00:00:00 2001 From: Gerlando Piro Date: Fri, 10 Jul 2026 08:37:36 +0200 Subject: [PATCH] docs: add PRIVACY.md (local-only, no data collection) Required for the Claude Code community-marketplace submission form, which requires a privacy policy URL. wijzer is local-only (skills + dependency-free bash) with no backend, telemetry, or data collection, so this states that plainly and can be linked from the submission. Co-Authored-By: Gerlando Piro --- PRIVACY.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 PRIVACY.md diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 0000000..911abbf --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1,45 @@ +# Privacy Policy + +wijzer is a [Claude Code](https://claude.com/claude-code) plugin that runs +entirely on your own machine. It is skills plus dependency-free shell scripts +(git + coreutils) — there is no wijzer server, account, or backend. + +## What wijzer collects + +**Nothing.** wijzer collects, stores, and transmits no personal data, usage +analytics, or telemetry. Its runtime scripts make no network calls of their own. + +## What wijzer does with your data + +- **Reads** your local git repository (source, history, config) to understand it. +- **Writes** the generated wiki to `openwiki/` in your repository, a small state + file at `openwiki/.last-update.json`, and a pointer section in your + `CLAUDE.md` / `AGENTS.md`. + +All of this stays inside your repository, on your machine. wijzer does not send +your code or the generated wiki anywhere. + +## Third-party processing (Anthropic) + +wijzer generates the wiki using Claude Code's own inference. When you run +`/wijzer:init`, `/wijzer:update`, or `/wijzer:ask`, Claude Code sends the +repository content it reads to Anthropic to produce the output. That processing is +governed by [Anthropic's Privacy Policy](https://www.anthropic.com/legal/privacy) +and your Claude subscription terms — not by wijzer. wijzer adds no data collection +on top of Claude Code. + +## Maintenance tooling + +A development-only script (`scripts/vendor-openwiki.sh`) fetches OpenWiki source +from GitHub when a maintainer bumps the parity pin. End users never run it, and it +is not part of the plugin's runtime. + +## Changes + +Any updates to this policy are committed to this file in the wijzer repository, so +its history is public and auditable. + +## Contact + +Questions or concerns: open an issue at +.