feat(kugetsu): add lock mechanism for worktree coordination #96
Reference in New Issue
Block a user
Delete Branch "feat/issue-71-lock-mechanism-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix for #71 - Lock mechanism for worktree coordination.
Changes
Add lock mechanism to prevent concurrent access to worktrees:
Lock files named after issue ref. Stale lock detection: if PID no longer exists, lock is considered stale.
Fixes #71
59061a9c03to990bc46477