7000pctAUTO 1bfd11a483
Some checks failed
/ test (push) Failing after 4m47s
chore: Add package-lock.json
2026-02-03 08:43:46 +00:00
2026-02-03 08:41:05 +00:00
2026-02-03 08:39:26 +00:00
2026-02-03 08:43:24 +00:00
2026-02-03 08:43:46 +00:00
2026-02-03 08:41:05 +00:00

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

Description
A CLI tool that manages isolated git worktrees for AI coding agents, enabling parallel development without conflicts.
Readme MIT 250 KiB
v1.0.0 Latest
2026-02-03 07:58:26 +00:00
Languages
TypeScript 97.6%
JavaScript 2.1%
Shell 0.3%