Documentation Index
Fetch the complete documentation index at: https://auto-sop.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Privacy & Data Safety
auto-sop is built on three privacy principles. Understanding them takes 60 seconds.The three principles
Captures never leave your machine
Raw tool-call captures, session transcripts, and your source code stay local. Always. No exceptions.
Your own Claude does the learning
LLM analysis runs through your existing Claude Max subscription. auto-sop adds $0 in LLM costs — you’re already paying for Claude.
Cloud only gets previews + stats
The server receives the first 10 words of each directive and aggregate statistics. Nothing else.
What stays local
Everything sensitive lives on your machine and never touches a server:| Data | Storage location |
|---|---|
| Raw captures | .auto-sop/captures/ — complete tool-call transcripts |
| Full CLAUDE.md | Your project root — the entire directive file |
| Learner state | .auto-sop/learner/ — pattern candidates and analysis |
| Session data | .auto-sop/sessions/ — session metadata and logs |
| Source code | Your filesystem — auto-sop never reads or transmits source |
| Error logs | .auto-sop/errors.jsonl — local error history |
What syncs to the cloud
Cloud sync is available on all plans and is always opt-in viaauto-sop install --license <key>. The Free plan syncs stats and project data for 1 project. The Pro plan adds directive sync and unlimited projects.
When cloud sync is active, the server receives:
| Data | Example |
|---|---|
| Directive previews | First 10 words: “Always use the dedicated Read tool instead of…” |
| Aggregate statistics | Tokens saved: 12,450. Errors prevented: 23. |
| Project slug | my-project (directory name only) |
| Directive fire counts | sop-70ad: 7 fires |
Directive previews are truncated to exactly 10 words before leaving your machine. The full directive text is never transmitted.
Free tier — minimal cloud footprint
On the free plan with a license key, auto-sop communicates only:- License validation — periodic key check (encrypted)
- Stats sync — aggregate metrics (tokens saved, errors prevented) for 1 project
- Project binding — project slug and machine ID
Source-available — Elastic License 2.0
auto-sop is source-available under the Elastic License 2.0 (ELv2). You can audit the source code to verify these privacy claims:- The hook shim that captures tool calls
- The learner that analyzes patterns
- The sync module that sends previews to the cloud
- The managed-section writer that updates CLAUDE.md

