.slomo/ directory of the project you run it in.
Commands
Reference conventions
Most commands take a ref argument that accepts either kind of identifier:- Issue ids look like
SM-8b6f710a(SM-+ first 8 hex chars of the fingerprint). - Session ids accept any unique prefix —
slomo session show a1b2works. - Commands whose ref is optional (
replay,timeline,vars,http,sql) default to the latest session.
The interactive shell
Runningslomo with no command and no piped input (i.e. when stdin is a TTY) opens an interactive shell with history and tab completion — the same commands, without retyping the prefix:
Exit behavior
The CLI is read-only over your recordings except where explicitly destructive (session delete, prune — both prompt unless --yes) or state-changing (issue resolve/reopen, stats --rebuild-index).