Implement lock mechanism for worktree coordination #101

Closed
opened 2026-04-02 05:28:17 +02:00 by shoko · 0 comments
Owner

Problem

When multiple agents work on the same issue, we need locking to prevent conflicts.

Requirements

  • Lock worktrees when agent is working on them
  • Prevent multiple agents from accessing same worktree
  • Auto-release locks when agent finishes
  • Handle stale locks gracefully

Status

Previously implemented in #71 but reverted. Need to reconsider approach.

## Problem When multiple agents work on the same issue, we need locking to prevent conflicts. ## Requirements - Lock worktrees when agent is working on them - Prevent multiple agents from accessing same worktree - Auto-release locks when agent finishes - Handle stale locks gracefully ## Status Previously implemented in #71 but reverted. Need to reconsider approach.
shoko closed this issue 2026-04-05 07:12:35 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/kugetsu#101