Environment
- Platform (select one):
- Platform: macos
- Terminal: alacritty
- Version: 0.2.68
- Feedback ID: c3f75537-5be5-47f8-a46a-69c0c8c227ec
Bug Description
I have the dir ~/.claude symlinked to another dotfile repo which i store all my personal files. I'm using the command stow to symlink my home to this dotfiles repo. After doing so, Claude code is no longer able to detect the files in the dir ~/.claude. this sucks as now i can't checkin my claude files and have git to revise them.
Steps to Reproduce
- Create a dir, call it dotfiles.
- In that dir place the folder .claude with the contents of
~/.claude
- In
dotfiles/.claude/commands/ create a hello world command
- Use the command
stow --adopt -v --target=$HOME dotfiles
- Use
ls to confirm that that ~/.claude is successfully symlinked and that you can cat the contents
- open up Claude code and attempt to invoke the command
- You should not be able to see your commands that are located and symlinked from dot files.
Expected Behavior
Claude code should be able to follow the symlinks and read the CLAUD.md file as well as any commands
Actual Behavior
Claude code shows none of the user commands defined in ~/.claude/commands/*
Additional Context
- running /memory and chasing the local claude file, opens the file. adding a test instruction to the local memory file through claude code works fine and outputs the test message
Environment
Bug Description
I have the dir ~/.claude symlinked to another dotfile repo which i store all my personal files. I'm using the command stow to symlink my home to this dotfiles repo. After doing so, Claude code is no longer able to detect the files in the dir ~/.claude. this sucks as now i can't checkin my claude files and have git to revise them.
Steps to Reproduce
~/.claudedotfiles/.claude/commands/create a hello world commandstow --adopt -v --target=$HOME dotfileslsto confirm that that ~/.claude is successfully symlinked and that you cancatthe contentsExpected Behavior
Claude code should be able to follow the symlinks and read the CLAUD.md file as well as any commands
Actual Behavior
Claude code shows none of the user commands defined in
~/.claude/commands/*Additional Context