claude-code-smart-fork 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-smart-fork",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Smart session forking for Claude Code - find and resume relevant historical sessions across projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,6 +12,8 @@ function installClaudeHooks() {
12
12
 
13
13
  // Find Claude Code configuration directory
14
14
  const possiblePaths = [
15
+ // Cross-platform: ~/.claude/settings.json (primary location for Claude Code)
16
+ path.join(os.homedir(), '.claude', 'settings.json'),
15
17
  // macOS
16
18
  path.join(os.homedir(), 'Library', 'Application Support', 'Claude', 'settings.json'),
17
19
  // Linux