Skip to main content

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.

Viewing Directives

The Directives page shows every synced directive across all your bound projects, grouped by project with fire counts and preview text.
Directive sync is a Pro feature. Free-tier users see a teaser with a prompt to upgrade.

What you see

For each directive, the dashboard displays:
ColumnDescription
Directive IDThe unique identifier (e.g., sop-70ad)
PreviewFirst 10 words of the directive text
HitsNumber of confirmed fires — times the directive was triggered
Directives are grouped by project and sorted by fire count (highest first) within each group.

Privacy — what syncs

Only the first 10 words of each directive are synced to the cloud. The full directive text, raw captures, and session data stay on your machine.
The cloud receives:
  • Directive ID
  • First 10 words (preview)
  • Aggregate fire count
  • Project slug
The cloud never receives:
  • Full directive text
  • Raw captures or tool calls
  • Session transcripts
  • Source code

Filtering by project

When you have multiple projects, a project filter dropdown appears at the top of the page. Use it to view directives from a specific project or all projects at once. The total directive count updates dynamically as you filter.

How directives sync

Directives sync to the cloud during the regular CLI stats sync cycle:
1

Learner runs

The hourly learner (or auto-sop learn-now) analyzes captures and writes directives to CLAUDE.md.
2

Stats sync

The CLI sends aggregate stats — including directive previews and fire counts — to the cloud.
3

Dashboard updates

The Directives page pulls the latest synced data on each page load.

Empty state

If you’re on Pro/Trial but no directives have synced yet, you’ll see an empty state prompting you to ensure the CLI is up to date and has run at least one learning cycle.
Trigger an immediate sync with auto-sop learn-now to populate directives without waiting for the hourly scheduler.