Replies: 1 comment 1 reply
|
Real-world impact: Cross-OS sync Hitting this scenario with two machines (macOS + Windows) running Claude Code, with
These directories are legitimate — they hold real session history from the other machine. Their corresponding source project paths (encoded in the directory name) simply don't exist on the current OS. A naive Suggested safety guards (incremental):
Current state (for context): Related: #65 (the original "stale projects" feature, partially reverted). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Problem
When a project folder no longer exists on disk, the cleanup logic may inadvertently remove or corrupt session data that references those paths.
Proposal
Add a safety layer to the stale detection system:
Impact
Status
Open for discussion — seeking input on the best approach before implementation.
All reactions