From 8a3971710794f209dbef28c8e6df28ddbc011c64 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 6 May 2026 06:09:04 -0500 Subject: chore(dotfiles): move claude config to rulesets, add gitignore guard I moved settings.json, .mcp.json, and commands/refactor.md to the rulesets repo so they travel across machines instead of being archsetup-specific. The local ~/.claude/ symlinks now point at rulesets. I also added the three paths to .gitignore so a stray re-add of any of them won't slip through. settings.local.json stays here because it's per-machine by convention. --- dotfiles/common/.claude/.mcp.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 dotfiles/common/.claude/.mcp.json (limited to 'dotfiles/common/.claude/.mcp.json') diff --git a/dotfiles/common/.claude/.mcp.json b/dotfiles/common/.claude/.mcp.json deleted file mode 100644 index a524320..0000000 --- a/dotfiles/common/.claude/.mcp.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "mcpServers": { - "miro": { - "url": "https://mcp.miro.com/" - } - } -} -- cgit v1.2.3