Main
Use it as “agent flight recorder”
If your team is doing AI-assisted changes, you want two things at once:
- Clean commits (so
git logstays readable) - Durable provenance (so you can answer “why did we change this?” later)
Entire sits in the middle: it tracks sessions as metadata and creates checkpoints when commits happen, so you can rewind to a known-good state without rewriting history.
README excerpt (verbatim)
Entire CLI
Entire hooks into your Git workflow to capture AI agent sessions as you work. Sessions are indexed alongside commits, creating a searchable record of how code was written in your repo.
With Entire, you can:
- Understand why code changed — see the full prompt/response transcript and files touched
- Recover instantly — rewind to a known-good checkpoint when an agent goes sideways and resume seamlessly
- Keep Git history clean — preserve agent context on a separate branch
- Onboard faster — show the path from prompt → change → commit
- Maintain traceability — support audit and compliance requirements when needed
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 or a coworker 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, Codex, Gemini, and more.
Table of Contents
- Why Entire
- Quick Start
- Typical Workflow
- Key Concepts
- Local Device Auth Testing
- Commands Reference
- Configuration
- Security & Privacy
- Troubleshooting
- Development
- Getting Help
- License
Requirements
- Git
- macOS, Linux or Windows
- Supported agent installed and authenticated