diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-06 06:09:04 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-06 06:09:04 -0500 |
| commit | 8a3971710794f209dbef28c8e6df28ddbc011c64 (patch) | |
| tree | 09d5f2ee580f95f48fcedec5d1a5774f25ec8bad /dotfiles/common/.claude/.mcp.json | |
| parent | b90e4b46cdcb77482bcd25401d38a59d1a8566ac (diff) | |
| download | archsetup-8a3971710794f209dbef28c8e6df28ddbc011c64.tar.gz archsetup-8a3971710794f209dbef28c8e6df28ddbc011c64.zip | |
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.
Diffstat (limited to 'dotfiles/common/.claude/.mcp.json')
| -rw-r--r-- | dotfiles/common/.claude/.mcp.json | 7 |
1 files changed, 0 insertions, 7 deletions
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/" - } - } -} |
