Skip to content

Feature Request: Support concurrent executions across different git worktrees #184

@binc4t

Description

@binc4t

I tried to run Claude concurrently using git worktree, but ran into an error.

Reproduction Steps

  1. Run an RLCR loop via Claude on branch feat-1.
  2. Create a new worktree: git worktree add -f /tmp/xx-feat-2 feat-2
  3. Attempt to run Claude in the new worktree, which failed with the following error
Branch switching is not allowed during an active RLCR loop. Please switch back to the original branch or cancel the loop with /humanize:cancel-rlcr-loop

Expected Behavior

Since git worktree creates isolated workspaces, multiple instances of Claude should be able to run concurrently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions