Skip to main content
aislop trend reads local scan history and prints recent scores with a small trend view.

Usage

aislop trends is an alias for aislop trend.

Flags

How history is written

A full-project interactive aislop scan appends one compact record to .aislop/history.jsonl. Each record includes:

When history is not written

History is a local side effect only. It is not written when:
  • --json is active
  • --sarif is active
  • aislop ci is running
  • AISLOP_NO_HISTORY=1 is set
This keeps machine output deterministic and avoids hidden writes in CI.

Use cases