From a75e505cbaad2df2dbcff1d9e633565d2288c77c Mon Sep 17 00:00:00 2001 From: Viktor Nagy <137165288+NagyVikt@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:40:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c1601ae..4950aae 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,6 @@ I was running ~30 Codex agents in parallel and hit a wall: they kept working on ### Solution -![Agent branch/worktree start protocol](https://raw.githubusercontent.com/recodeee/gitguardex/main/docs/images/workflow-branch-start.svg) - GitGuardex exists to stop that loop. Every agent gets its own worktree, claims the files it's touching, and can't clobber files another agent has claimed. Your local branch stays clean; agents stay in their lanes.