diff --git a/README.md b/README.md index f5e540cad..43411b0da 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,16 @@ Entire hooks into your git workflow to capture AI agent sessions on every push. Sessions are indexed alongside commits, creating a searchable record of how code was written in your repo. +## Why Entire + +- **Understand why code changed, not just what** — Transcripts, prompts, files touched, token usage, tool calls, and more are captured alongside every commit. +- **Rewind and resume from any checkpoint** — Go back to any previous agent session and pick up exactly where you left off. +- **Full context preserved and searchable** — A versioned record of every AI interaction tied to your git history, with nothing lost. +- **Zero context switching** — Git-native, two-step setup, works with Claude Code, Gemini, and more. + ## Table of Contents +- [Why Entire](#why-entire) - [Quick Start](#quick-start) - [Typical Workflow](#typical-workflow) - [Key Concepts](#key-concepts)