entireio/cli

📜 Entire CLI hooks into your Git workflow to capture AI agent sessions as you work. Sessions are indexed alongside commits, creating a searchable record of...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 minutes ago
Added to GitGenius on July 9th, 2026
Created on January 2nd, 2026
Open Issues & Pull Requests: 203 (+0)
Number of forks: 397
Total Stargazers: 5,019 (+0)
Total Subscribers: 14 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 13.7 hours
Mean response time: 7.0 days
90th percentile: 20.6 days
Tracked items: 259

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 28% of tracked open issues have had no activity in three months. Only 9% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 78
New in 7 days: 9
Closed in 7 days: 10
Avg open age: 52 days
Stale 30+ days: 45
Stale 90+ days: 20

Recent activity

Opened in 7 days: 7
Closed in 7 days: 7
Comments in 7 days: 6
Events in 7 days: 20

Top labels

  • bug (111)
  • enhancement (79)
  • agent-support (12)
  • migrated-from-discussion (11)
  • performance (5)
  • question (5)
  • discussion (3)
  • wontfix (3)

Detailed Description

Entire CLI is a command-line tool that integrates with Git to capture and index AI agent sessions alongside commits, creating a searchable record of how code was written.

The tool solves the problem of losing context when working with AI agents by hooking into your Git workflow to capture full transcripts, prompts, files touched, token usage, and tool calls. It stores this information on a separate branch to keep Git history clean while preserving complete traceability. When an agent session goes wrong, you can resume from any previous checkpoint with full context restored. The approach works by installing Git hooks that automatically record agent interactions and tie them to commits, making the entire development process auditable and searchable.

Entire suits developers and teams using AI agents like Claude Code, Codex, Gemini, or Pi who need to understand not just what code changed but why, and who want to maintain audit trails for compliance. It works with any supported agent and requires only Git and a supported agent installed and authenticated. The tool emphasizes zero context switching through Git-native integration and a two-step setup process.

The project has a substantial base of adopters reporting real-world use, as evidenced by outside users raising almost all open issues rather than the core team. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker is dominated by bug fixes, enhancements, and items migrated from discussions.