From 0447fe2271470e4912e76c8c6092f23aeb62bb86 Mon Sep 17 00:00:00 2001 From: Will Ford Date: Wed, 24 Jun 2026 13:02:56 +0200 Subject: [PATCH] docs: add PRIVACY.md (no data collected) States plainly that the plugin runs locally, makes no network calls, and collects/transmits no data. Provides a privacy-policy URL for marketplace submission. Linked from SECURITY.md. Co-Authored-By: Claude Opus 4.8 (1M context) --- PRIVACY.md | 34 ++++++++++++++++++++++++++++++++++ SECURITY.md | 2 ++ 2 files changed, 36 insertions(+) create mode 100644 PRIVACY.md diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 0000000..dd907cb --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1,34 @@ +# Privacy Policy + +_Last updated: 2026-06-24_ + +**contAInuity (`containuity`) collects no data.** + +This plugin runs entirely on your local machine inside Claude Code. It does not collect, +store, transmit, sell, or share any personal data or usage information. + +## What the plugin does locally + +- **Hook scripts** (`hooks/*.sh`) run on the `PreCompact` and `SessionStart` events. They + read the hook payload Claude Code provides on stdin and write a small JSON response to + stdout. The `PreCompact` hook writes a single empty marker file to your system temp + directory (`$TMPDIR`) to avoid nudging more than once per session. Nothing leaves your + machine. +- **The `checkpoint` skill** acts only within your project when you invoke it: it may run + `git` commands, read source files, and write to your living doc and memory directory. + By default it offers commits rather than making them, and it never pushes. + +## No network, no telemetry, no third parties + +The plugin makes no network requests, includes no analytics or telemetry, and bundles no +third-party services. Any data handling that happens during a session is performed by +Claude Code itself, governed by Anthropic's own privacy terms — not by this plugin. + +## Contact + +Questions about this policy: **william.ford.space@gmail.com**. + +## Changes + +If this ever changes (for example, if a future version adds an integration that sends +data anywhere), this document and the version history will be updated to say so explicitly. diff --git a/SECURITY.md b/SECURITY.md index 11dd61e..ee87000 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,6 +14,8 @@ This plugin runs inside Claude Code. Two parts execute on your machine: As with any plugin, only install from a source you trust, and review the hook scripts before enabling. See Claude Code's plugin security guidance for background. +For data handling, see [PRIVACY.md](PRIVACY.md) — the plugin collects nothing. + ## Reporting a Vulnerability Please report security issues privately to **william.ford.space@gmail.com** rather than