Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions PRIVACY.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down