Remove redundant settings.local.json template

The MCP configuration is already handled by the Dockerfile using
claude mcp add-json command. The template file was unnecessary and
could cause confusion.
This commit is contained in:
Vishal Jain
2025-06-18 11:48:23 +01:00
parent b4ebb459ea
commit 93d58eca27
5 changed files with 24 additions and 41 deletions

View File

@@ -13,7 +13,6 @@ if [ ! -d "$CURRENT_DIR/.claude" ]; then
mkdir -p "$CURRENT_DIR/.claude"
# Copy template files
cp "$PROJECT_ROOT/templates/.claude/settings.local.json" "$CURRENT_DIR/.claude/"
cp "$PROJECT_ROOT/templates/.claude/CLAUDE.md" "$CURRENT_DIR/.claude/"
# Create scratchpad.md if it doesn't exist