# Git Agent Sync A CLI tool that manages isolated git worktrees for AI coding agents. ## Features - Create isolated worktrees per AI agent - Auto-configure environment variables - Track changes with agent attribution - Generate unified diffs for code review - Safely merge changes back to main branch ## Installation ```bash npm install -g git-agent-sync ``` ## Usage ```bash git-agent-sync create git-agent-sync list git-agent-sync status git-agent-sync diff git-agent-sync merge git-agent-sync destroy ``` ## License MIT