> ## Documentation Index
> Fetch the complete documentation index at: https://ade-ac1c6011-ade-mobile-chat-stability-54bd7ef0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# History

> Search the record of chats, terminals, commits, PRs, lane changes, proof, and checkpoints.

History answers the question: what happened in this project?

It records sessions, commits, lane changes, PR events, proof artifacts, checkpoints, and worker activity. Use it to recover context, audit agent work, or pick up where a session ended.

## Common uses

<CardGroup cols={2}>
  <Card title="Find a session" icon="comments">
    Search a previous chat or terminal transcript.
  </Card>

  <Card title="Explain a change" icon="code-commit">
    Trace a commit back to the lane and session that produced it.
  </Card>

  <Card title="Recover context" icon="rotate-left">
    Reopen an old session summary or checkpoint.
  </Card>

  <Card title="Review evidence" icon="camera">
    Find proof artifacts attached to a lane, PR, or chat.
  </Card>
</CardGroup>

## Event types

| Event   | Examples                                              |
| ------- | ----------------------------------------------------- |
| Session | Chat started, terminal ended, agent interrupted.      |
| Git     | Commit, branch change, rebase, merge.                 |
| Lane    | Created, archived, deleted, stacked.                  |
| PR      | Opened, updated, reviewed, CI changed, merged.        |
| Worker  | Assigned, completed, failed, paused.                  |
| Proof   | Screenshot, recording, trace, log, verification note. |

## Search and filters

Filter by lane, event type, date range, agent/provider, PR, or worker. Search text includes titles, summaries, command output snippets, commit messages, and PR metadata.

## Checkpoints

Checkpoints are useful moments in a lane's timeline. They let you inspect what changed around a session or commit and, when needed, branch new follow-up work from that point.

<Note>
  History is local project evidence. It is meant to make agent work inspectable, not to replace Git history or GitHub review.
</Note>
