bleep history diff
diff two recorded runs: what logically changed (or, with --timing, what got slower/faster)
Synopsis
bleep history diff <base history id> <target history id> [flags]
Arguments
| Argument | Type |
|---|---|
base history id | one |
target history id | one |
Flags
| Flag | Description |
|---|---|
--timing | compare durations (jitter-suppressed) instead of logical outcome |
--limit <integer> | --timing only: max entries per list (slower/faster/slowestInTarget) |
--base-dir <string> | resolve the base id in another workspace's history (e.g. the worktree this one was forked from) |
--output, -o <string> | with --diff: 'text' renders the diff for humans (default), 'json' prints the diff document |
See also
The run history & diffs guide tells the whole story — what
gets recorded, diffing runs, the --diff edit loop, cross-worktree comparisons — with
a demo video.