slomo stats
Totals: sessions, events, issues by category, storage.
--rebuild-index
The SQLite issue index (including full-text search) is a cache derived from the JSONL timelines. Rebuild it whenever it could be stale or damaged:
- after deleting session directories by hand
- after copying sessions in from another machine
- if the index file was corrupted or removed
Rebuilding is always safe — the JSONL timelines are the source of truth.
slomo prune
Delete the oldest sessions beyond the retention limit.
Pruning deletes session directories — source-of-truth data. Incidents from pruned sessions leave the issue index on the next rebuild.
For deleting one specific session, use slomo session delete.