cli

View all files

Activity

Tl;dr

Entire is a Git-integrated CLI tool that captures AI agent sessions as you work, creating a searchable record of how code was written. It hooks into your Git workflow to index sessions alongside commits, preserving full transcripts, prompts, file changes, and token usage without polluting your main commit history.

The project is written in Go and serves developers and teams using AI coding assistants (Claude Code, Codex, Gemini, Pi, and others). It emphasizes clean Git history, checkpoint-based recovery, and audit traceability—useful for understanding why code changed, resuming work from known-good states, and maintaining compliance records.

Contributors