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.
install
Install auto-sop into the current project. Sets up Claude Code hooks, the hourly scheduler, and the managed section inCLAUDE.md.
Options
| Option | Description |
|---|---|
--license <key> | License key (non-interactive; skips prompt) |
--project <path> | Project root (default: current directory) |
--no-restore | Skip restoring directives from a previous install (clean slate) |
Examples
What Install Does
- Hooks — Registers
PreToolUse,PostToolUse, andStophooks in.claude/settings.local.json - Scheduler — Creates a launchd plist (macOS) or systemd timer (Linux) for hourly learning
- CLAUDE.md — Adds a managed section to your project’s
CLAUDE.md(creates the file if needed) - Restore — If a previous install had directives, restores them (unless
--no-restore)
uninstall
Remove auto-sop hooks, scheduler, and the managed section fromCLAUDE.md.
Options
| Option | Description |
|---|---|
--purge | Also wipe all captures (project + global) |
--project <path> | Project root (default: current directory) |
Examples
migrate
Migrate from the oldclaude-sop package name to auto-sop. Updates directory paths, launchd plists, and hook references.
Options
| Option | Description |
|---|---|
--project <path> | Project root to migrate hooks (default: current directory) |
--dry-run | Show what would change without acting |
Examples
Only needed if you previously installed the
claude-sop package (pre-rename). New users can skip this command entirely.
