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.
pause
Temporarily disable capture and the learner. Hooks remain installed but stop recording. Useful when working on sensitive code or during large refactors where captures would be noisy.Options
| Option | Description |
|---|---|
--project <path> | Project root (default: current directory) |
Example
Pausing is project-scoped. Other projects continue capturing normally.
resume
Re-enable capture and the learner after pausing.Options
| Option | Description |
|---|---|
--project <path> | Project root (default: current directory) |
Example
statusline
Print[sop:on] or [sop:off] for terminal prompt integration. Designed to be embedded in your shell prompt (PS1/PROMPT) so you always know if auto-sop is active.
Options
| Option | Description |
|---|---|
--project <path> | Project root |
Example
Shell Integration
Add to your.zshrc or .bashrc:

