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.
Quickstart
From install to your first directive in 5 minutes.System requirements
| Requirement | Version |
|---|---|
| Node.js | >= 18.17 |
| OS | macOS, Linux, or Windows |
| Claude Code | >= 2.1.107 |
Install the CLI
Run the installer from your project directory:Or install via Homebrew (macOS/Linux):The installer configures hooks, the hourly scheduler, and the managed section in
CLAUDE.md.Use Claude Code normally
Just keep working as usual. auto-sop captures tool calls silently in the background with less than 50ms overhead.
Captures are stored locally in
.auto-sop/captures/ — they never leave your machine on the free tier.Trigger learning
The learner runs hourly by default. To trigger it immediately:The learner analyzes your captures, finds recurring patterns (3+ occurrences), and validates them with LLM analysis.
Optional: Connect to cloud
Connect your project for cloud sync and the web dashboard:What’s next
How It Works
Deep dive into the capture → detect → write → prevent pipeline.
CLI Reference
Explore all 18 CLI commands.

