Commit Graph

1 Commits

Author SHA1 Message Date
Lukasz Wyszynski 493905915e fix(link-project): preserve project-specific .claude content when linking
Previously the script would backup and replace the entire .claude directory
with a symlink. This broke projects with their own .claude content (like
visa-ai with 76 immigration-specific config files).

Now the script:
- If project has existing .claude/ → only symlinks commands/ subdirectory
- If project has no .claude/ → symlinks entire directory
- Backs up existing commands/ to commands-local/

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 19:31:02 +10:30