-
v1.0.0
Stablereleased this
2026-02-03 07:58:26 +00:00 | 143 commits to main since this releaseInitial Release v1.0.0
Git Agent Sync is a CLI tool that manages isolated git worktrees for AI coding agents, enabling parallel development without conflicts.
Features
- Per-Agent Worktree Isolation
- Automatic Environment Configuration
- Change Tracking
- Unified Diff Generation
- Safe Merge Workflows
Installation
npm install -g git-agent-syncQuick Start
cd your-git-repo git-agent-sync create claude-codeFiles
- Source code in
src/ - Built files in
dist/ - Tests in
tests/ - Environment templates in
templates/
Downloads