• v1.0.0 4f641855d9

    v1.0.0
    Some checks failed
    / test (push) Failing after 7s
    / lint (push) Failing after 5s
    / release (push) Failing after 7s
    Stable

    7000pctAUTO released this 2026-02-03 07:58:26 +00:00 | 143 commits to main since this release

    Initial 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-sync
    

    Quick Start

    cd your-git-repo
    git-agent-sync create claude-code
    

    Files

    • Source code in src/
    • Built files in dist/
    • Tests in tests/
    • Environment templates in templates/
    Downloads