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
| Flag | Description |
|---|---|
--limit <n> | Number of recent score records to show |
How history is written
A full-project interactiveaislop scan appends one compact record to .aislop/history.jsonl.
Each record includes:
| Field | Meaning |
|---|---|
| Timestamp | When the scan completed |
| Score | Numeric score, when scoreable |
| Errors and warnings | Diagnostic counts |
| File count | Number of scanned files |
| CLI version | Installed aislop version |
When history is not written
History is a local side effect only. It is not written when:--jsonis active--sarifis activeaislop ciis runningAISLOP_NO_HISTORY=1is set
