#148 · Primary category: AI Coding Assistants
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 how code was written in your repo.
Project last updated:08/29/26
GitHub Stars
5.0K
Forks
399
Contributors
62
License
MIT
Why we included this project
Most teams can see what an AI assistant changed in their repo, but rarely why it changed it. Entire attaches the full record of each coding session to the matching commit in your Git history: the original prompt, the agent's complete response, every tool call, and the files touched. That turns a one-line diff into a searchable story you can replay later, which helps when a change breaks and you need to recover the intent behind it. You can also rewind to a known-good checkpoint and resume from there, while the agent's working context stays on a separate branch so your main history remains clean. It works with Claude Code, Codex, Gemini, and other agents, and it is a practical addition for teams that need an audit trail of how code was generated, or that simply want newcomers to follow the prompt-to-change path.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.