8aed59d4da8a7f382eff30d7123b35c6e1dac743
Some checks failed
/ test (push) Has been cancelled
- Simplified CI workflow to use basic npm ci, npm run build, npm test steps - Ensured package.json contains all required dependencies - Added package-lock.json for reproducible npm ci builds - All source files and tests are present in repository
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
npm install -g git-agent-sync
Usage
git-agent-sync create <agent-name>
git-agent-sync list
git-agent-sync status <agent-name>
git-agent-sync diff <agent-name>
git-agent-sync merge <agent-name>
git-agent-sync destroy <agent-name>
License
MIT