Install Worktree Set up an isolated Git worktree environment for parallel agent execution. Arguments - : Worktree path (e.g., ) - : Backend port (e.g., ) - : Frontend port (e.g., ) Instructions You are setting up an isolated worktree environment for agent parallelization. Step 1: Validate Arguments Ensure all three arguments provided: - Worktree path: - Backend port: - Frontend port: If any missing, report what's needed. Step 2: Create Port Configuration Create file in the worktree: Step 3: Copy Environment Files Copy main environment file and append port overrides: If there's a server-specif…