Daily Edition Sources +5

Entire Gives Agent Work a Separate Git Address

The CLI stores prompts, tool calls, touched files, and now images on a checkpoint branch—making an AI coding session resumable, and potentially shareable by accident.

Diagram Punk poster showing a Git commit linked to a separate checkpoint branch holding prompts, tool calls, and images before a resume step.
Diagram PunkAgent work needs a memory.
repo entireio/cli evidence
5 source signals 1 repo 3 linked commits
Evidence: 3 linked commits / July 11, 2026 / Daily Edition
Open Edition Evidence below

The code change is easy to miss because it lives beside the code it records. In the public entireio/cli repository, agent-session metadata lives on a dedicated entire/checkpoints/v1 branch rather than on a developer’s working branch. Its latest merged work adds durable image extraction for Claude Code, Codex, and Cursor sessions; nearby changes make imported sessions visible but read-only and teach resume to look for remote branches.

That makes Entire’s more interesting trajectory less like “another agent wrapper” and more like an attempt to give the messy middle of AI-assisted work a recoverable address in Git. For a team that needs to answer how a change was made—or pick up a half-finished session on another branch—the practical question is whether the record can travel without silently contaminating the code history it is meant to explain.

A separate branch for the receipts

Entire’s README says its hooks capture prompts, responses, touched files, tool calls, and session data alongside commits, while leaving the active code branch alone. The new image-externalization merge reaches into checkpoint persistence, condensation hooks, image extraction, and integration tests. That is a concrete sign that the project is expanding the record it preserves from text transcripts toward the richer artifacts modern coding agents exchange.

The recent imported-session work adds state and list handling for sessions brought in from elsewhere, while checkpoint-resume work adds remote-branch fallback. Together, those are implementation receipts for a handoff problem: a record is useful only if it remains recognizable after it leaves the machine or branch where it began.

The hard part is not capture—it is safe recovery

Entire’s own privacy documentation supplies the challenge to the first, optimistic reading. It says transcripts can include file contents and MCP calls; its temporary shadow branches may contain raw source snapshots, and public repositories make checkpoint data public. The project ships redaction passes and warns users not to push shadow branches manually. That turns “memory for agent work” into a data-governance choice, not an automatic safety upgrade.

The evidence supports a specific watch item: look for whether Entire can make its branch separation, redaction boundaries, and resume semantics legible to teams operating across devices and repositories. The commits and tests show an implementation direction, not adoption, reliability in production, or a verdict on whether every project should preserve agent transcripts at all.

Evidence Trail

Receipts below the story

The article above is the public narrative. This section keeps the source trail and limits on the same page.

Edition
DateJuly 11, 2026
LaneDaily Edition
Confidence78%
Sources5
Reposentireio/cli

Primary Evidence

  • Entire CLI README: https://github.com/entireio/cli/blob/main/README.md
    • Shows: the project’s public architecture claim—agent sessions and checkpoints are captured alongside commits on a separate entire/checkpoints/v1 branch, with resume and supported-agent workflows.
  • Entire CLI commit 7cd66628, “feat(transcript): externalize images (Claude Code, Codex) + capture Cursor sidecar images”: https://github.com/entireio/cli/commit/7cd6662805fbd525f2f418ecf465a247b924af70
    • Shows: fresh implementation work across image extraction, checkpoint persistence, manual-commit condensation, and integration tests for richer agent-session artifacts.
  • Entire CLI commit 62a79dc2, “feat(imported-sessions-in-session-list)”: https://github.com/entireio/cli/commit/62a79dc2
    • Shows: imported sessions are being modeled explicitly in session state and presented read-only, a receipt for cross-session or cross-machine record handling.
  • Entire CLI commit 8828752a, “checkpoint resume: fall back to remote branches in auto-detection”: https://github.com/entireio/cli/commit/8828752a
    • Shows: resume lookup now considers remote branches, supporting the article’s narrow claim about recovery across branch boundaries.
  • Entire CLI security and privacy documentation: https://github.com/entireio/cli/blob/main/docs/security-and-privacy.md
    • Shows: the project’s stated redaction pipeline and the limits around transcript content, raw code snapshots on temporary shadow branches, and public repositories.

Evidence Limits

  • These sources establish public code, tests, and stated project behavior; they do not establish external adoption, production reliability, or a general standard for preserving agent work.
  • The article does not treat separate branches or redaction as sufficient proof that every transcript is safe to share. The project’s own documentation describes material privacy limits.
  • Watch next: release evidence or public operator documentation showing how teams inspect, transfer, redact, and recover checkpoint data in real repositories.
Letters & Corrections

Send a note to the desk

Corrections, missing context, or a follow-up lead.