Skip to content

Commit 8b18f47

Browse files
built-by-asclaude
andcommitted
Add Claude Code auto-connect troubleshooting section
Co-Authored-By: Claude <[email protected]>
1 parent 5f2eb9d commit 8b18f47

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@ xattr -cr /path/to/FleetCode.app
8686

8787
This removes the quarantine attribute that prevents the app from opening.
8888

89+
### Claude Code: Working Directory Issues
90+
91+
If you're using Claude Code and it's reading/writing files from the wrong directory instead of the worktree, disable "Auto connect to IDE" in your Claude Code settings:
92+
93+
```bash
94+
claude config
95+
```
96+
97+
Set `autoConnectToIde` to `false`. This ensures Claude Code operates within the correct worktree directory.
98+
8999
## License
90100

91101
ISC

0 commit comments

Comments
 (0)