» Tag
version-control
8 postsLoom: A Git-Based Coordination Layer for Multiple AI Coding Agents
Loom adds git-based worktree isolation and intent leases so AI coding agents surface conflicts before they burn tokens, not after.
Inside the New Agent Swarm: Coordination at 1,000 Commits/Sec
A deep dive into how a new AI agent swarm architecture uses planner-worker hierarchies and a custom VCS to coordinate work at 1,000 commits per second.
Merging Concurrent Agent Patches by Base Commit, Not Arrival Time
A deterministic merge protocol for concurrent AI coding agent patches, using base commit hashes, diff digests, and hunk ownership instead of arrival time.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comHow Replit's Snapshot Engine Makes AI Coding Agents Safe
Replit's Bottomless Storage Infrastructure uses copy-on-write and git-based versioning to make AI coding agents safe, reversible, and sandboxed.
Git History Command: A Safer Way to Edit Commits
The git history command provides a safer way to split, reword, and fix commits in Git.
Git Checkout Issue: Two Commits Lost, Worktrees Provided the Solution
Exploring lost commits after git checkout and solutions with worktrees.
Deep Dive into Git's Wire Protocol
Discover how Git's new v2 server protocol optimizes data transmission and manages references more effectively.
The Git History Command Deserves More Attention
The Git history command provides useful subcommands for fixing commits and updating messages.