diff --git a/README.md b/README.md index b30a01c..a6408ea 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,44 @@ -# GitGuardex — Guardian T-Rex for your repo +
+
+
+ guardian t-rex for multi-agent repos +
+ ++ isolated worktrees, file locks, and PR-only merges for codex, claude, and human teammates +
-[](https://www.npmjs.com/package/@imdeadpool/guardex) -[](https://www.npmjs.com/package/@imdeadpool/guardex) -[](https://github.com/recodeee/gitguardex/stargazers) -[](./LICENSE) + -[](https://github.com/recodeee/gitguardex/actions/workflows/ci.yml) -[](https://github.com/recodeee/gitguardex/actions/workflows/release.yml) -[](https://github.com/recodeee/gitguardex/actions/workflows/codeql.yml) -[](https://securityscorecards.dev/viewer/?uri=github.com/recodeee/gitguardex) ++ About • + Install • + What it does • + Workflow • + VS Code • + Commands +
-[about_description.txt](./about_description.txt) ++ guard many agent. keep one repo clean. +
-Guardian T-Rex for your multi-agent repo. Isolated worktrees, file locks, and PR-only merges stop parallel Codex & Claude agents from overwriting each other's work. Auto-wires Oh My Codex, Oh My Claude, OpenSpec, and Caveman. ++ GitGuardex is a safety layer for parallel agent work in git repos. Every task gets an isolated + worktree, claimed files, and a PR-only finish path instead of one shared checkout where agents + stomp each other. +
-**GitGuardex is a safety layer for parallel agent work in git repos.** If you're running more than one Codex or Claude agent on the same codebase, this is what keeps them from deleting each other's work. +--- > [!WARNING] > Not affiliated with OpenAI, Anthropic, or Codex. Not an official tool. @@ -36,6 +60,7 @@ I was running ~30 Codex agents in parallel and hit a wall: they kept working on 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. +## Install