Manages isolated Git worktrees for parallel development tasks, providing dedicated workspaces for MoAI-ADK specifications to eliminate context-switching overhead.
MoAI Worktree Management is a specialized utility within the MoAI-ADK ecosystem designed to streamline parallel development by leveraging Git's worktree functionality. It allows developers to maintain isolated environments for different specifications (SPECs) simultaneously, ensuring that each task has its own independent Git state and project files. With features like automatic registration in a central registry, smart synchronization with base branches, and automated cleanup of merged workspaces, it provides a high-performance workflow for complex software engineering tasks managed via Claude Code.
主な機能
01396 GitHub stars
02Centralized worktree registry for tracking active environments
03Automated synchronization with project base branches
04Automated cleanup of merged and stale worktrees
05Isolated workspaces for independent SPEC development
06Seamless integration with MoAI-ADK Plan-Run-Sync workflow
ユースケース
01Developing and testing multiple independent features simultaneously
02Safe experimentation with new features in dedicated, disposable workspaces
03Creating clean, isolated environments for code reviews without stashing local changes