From 3b42b3d5a92fb3f71bd016d8271e03bb859cd9f1 Mon Sep 17 00:00:00 2001 From: Andrew Yim Date: Sun, 29 Mar 2026 00:20:32 +0900 Subject: [PATCH] chore: untrack .claude/settings.local.json Machine-specific permission rules should not be in version control. Already covered by .claude/* in .gitignore. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude/settings.local.json | 51 ------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 3c03513..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(find:*)", - "Bash(git init:*)", - "Bash(unzip:*)", - "Bash(git add:*)", - "Skill(notion-organizer)", - "Skill(ourdigital-seo-audit)", - "WebFetch(domain:les.josunhotel.com)", - "WebFetch(domain:josunhotel.com)", - "WebFetch(domain:pagespeed.web.dev)", - "Bash(ln:*)", - "Skill(skill-creator)", - "Bash(python:*)", - "Bash(mv:*)", - "Bash(ls:*)", - "Bash(cat:*)", - "Bash(git commit:*)", - "Bash(git reset:*)", - "Bash(git push:*)", - "Bash(chmod:*)", - "Bash(python3:*)", - "Bash(git fetch:*)", - "Bash(mysql:*)", - "Bash(brew services:*)", - "Bash(source ~/.envrc)", - "mcp__plugin_Notion_notion__notion-fetch", - "mcp__plugin_Notion_notion__notion-update-page", - "Skill(settings-audit)", - "mcp__plugin_figma_figma__whoami", - "mcp__plugin_figma_figma__get_metadata", - "mcp__plugin_figma_figma__get_screenshot", - "WebSearch", - "Bash(git -C ~/Workspace/seo-workspace rm:*)", - "Bash(git -C ~/Workspace/seo-workspace check-ignore -q \".claude/commands\")", - "Bash(git pull:*)", - "Bash(bash:*)", - "WebFetch(domain:ourdigital.org)", - "WebFetch(domain:blog.ourdigital.org)", - "WebFetch(domain:journal.ourdigital.org)", - "WebFetch(domain:www.ourdigital.org)", - "WebFetch(domain:dataforseo.com)", - "mcp__firecrawl__firecrawl_scrape", - "mcp__notion__API-retrieve-a-page", - "mcp__notion__API-get-block-children", - "mcp__claude_ai_Notion__notion-fetch", - "Skill(doc-generator)" - ] - } -}