From b73ef9e345e87e4df51b78b84dc0a0cfbeb9f445 Mon Sep 17 00:00:00 2001 From: Marcos Fernandez Date: Mon, 17 Nov 2025 06:53:30 -0800 Subject: [PATCH] fix: remove hardcoded Windows path from Claude settings Remove platform-specific Windows path from additionalDirectories in Claude settings files to ensure cross-platform compatibility across Windows, macOS, and Linux. --- .claude/settings.local.json | 13 +++++++------ .../template/.claude/settings.local.json | 3 --- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index f7304e9..9649562 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -10,14 +10,15 @@ "mcp__playwright__browser_take_screenshot", "mcp__playwright__browser_close", "Bash(git add:*)", - "Bash(git log:*)" - ], - "additionalDirectories": [ - "C:\\c\\Projects\\nextjs-better-auth-postgresql-starter-kit" + "Bash(git log:*)", + "Bash(find:*)", + "Bash(git checkout:*)" ] }, "enableAllProjectMcpServers": true, "enabledMcpjsonServers": [ - "context7" + "shadcn", + "playwright", + "next-devtools" ] -} \ No newline at end of file +} diff --git a/create-agentic-app/template/.claude/settings.local.json b/create-agentic-app/template/.claude/settings.local.json index f7304e9..654bfa9 100644 --- a/create-agentic-app/template/.claude/settings.local.json +++ b/create-agentic-app/template/.claude/settings.local.json @@ -11,9 +11,6 @@ "mcp__playwright__browser_close", "Bash(git add:*)", "Bash(git log:*)" - ], - "additionalDirectories": [ - "C:\\c\\Projects\\nextjs-better-auth-postgresql-starter-kit" ] }, "enableAllProjectMcpServers": true,