686 B
686 B
Git Agent Sync
A CLI tool that manages isolated git worktrees for AI coding agents.
Installation
npm install -g git-agent-sync
Usage
Create a new agent workspace
git-agent-sync create <agent-name>
This creates an isolated git worktree for the specified AI agent.
List all workspaces
git-agent-sync list
Check workspace status
git-agent-sync status <agent-name>
Generate diff for review
git-agent-sync diff <agent-name>
Merge changes back to main
git-agent-sync merge <agent-name>
Destroy a workspace
git-agent-sync destroy <agent-name>
License
MIT