mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 14:16:43 +00:00
Fix test isolation in symlink managers and checkers to prevent tests from touching user's real ~/.ccs/ and ~/.claude/ directories. Files fixed: - src/api/services/profile-writer.ts - use getCcsDir() - src/management/checks/symlink-check.ts - use functions instead of module-level constants - src/utils/claude-dir-installer.ts - use getCcsDir() for CCS paths - src/utils/claude-symlink-manager.ts - use getCcsHome()/getCcsDir()