Skip to main content

Monitoring & Observability

status

Show the install status of auto-sop for a project — hooks, scheduler, managed section, and pause state.

Options

Example


doctor

Run deep health checks on the auto-sop installation. Validates hooks configuration, scheduler registration, file permissions, and managed section integrity.

Options

Example

Run doctor after OS upgrades or if status reports issues. It performs deeper checks than status including file permissions and process state.

recent

Show recent Claude Code activity captured for the current project.

Options

Examples


show

Show full details of a specific turn or session by ID.

Options

Examples

Get turn/session IDs from auto-sop recent output. Each captured interaction has a unique short ID.

errors

Show recent errors from the errors.jsonl log. Useful for debugging hooks, scheduler failures, or learner issues.

Options

Examples

Start with auto-sop errors --since 1h when troubleshooting. If no local errors appear, try --global to check the global mirror.

stats

Show directive-fire metrics — how often each directive triggered, time saved estimates, and effectiveness rankings.

Options

Examples

Use --minutes-per-error to calibrate time-saved estimates for your workflow. If your bugs typically take 30 minutes to fix, set it to 30 for more accurate ROI numbers.