-
Notifications
You must be signed in to change notification settings - Fork 1
Bug: Worktree directories disappear during concurrent AI agent operations #168
Copy link
Copy link
Closed
Labels
ai-agentsRelated to AI agent workflowsRelated to AI agent workflowscomponent: git-safetyGit operation safety and corruption preventionGit operation safety and corruption preventioneffort: mediumModerate development effortModerate development effortphase: 1-foundationPhase 1: Foundation and researchPhase 1: Foundation and researchpriority: criticalMust be addressed immediatelyMust be addressed immediatelytype: critical-bugCritical bug causing data loss or corruptionCritical bug causing data loss or corruption
Metadata
Metadata
Assignees
Labels
ai-agentsRelated to AI agent workflowsRelated to AI agent workflowscomponent: git-safetyGit operation safety and corruption preventionGit operation safety and corruption preventioneffort: mediumModerate development effortModerate development effortphase: 1-foundationPhase 1: Foundation and researchPhase 1: Foundation and researchpriority: criticalMust be addressed immediatelyMust be addressed immediatelytype: critical-bugCritical bug causing data loss or corruptionCritical bug causing data loss or corruption
Description
Entire worktree directories sometimes disappear when multiple AI agents are modifying their separate branches concurrently in a local setup.
Environment
Expected Behavior
Worktree directories should remain stable and accessible even when multiple agents are working concurrently.
Actual Behavior
The entire worktree directory sometimes disappears, making the branch and work inaccessible.
Related Resources
Potential Causes
Impact