From 52018b1ac41c355c965437beaeafedb96fa6f4ab Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 9 Apr 2026 22:37:26 -0500 Subject: feat: add Claude Code settings to stowed dotfiles Add commands, settings, MCP config, and humanizer skill to dotfiles/common for GNU Stow management across machines. --- dotfiles/common/.claude/settings.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dotfiles/common/.claude/settings.json (limited to 'dotfiles/common/.claude/settings.json') diff --git a/dotfiles/common/.claude/settings.json b/dotfiles/common/.claude/settings.json new file mode 100644 index 0000000..d5c4231 --- /dev/null +++ b/dotfiles/common/.claude/settings.json @@ -0,0 +1,17 @@ +{ + "permissions": { + "defaultMode": "bypassPermissions" + }, + "enabledPlugins": { + "pyright-lsp@claude-plugins-official": true, + "frontend-design@claude-plugins-official": true, + "code-review@claude-plugins-official": true, + "ralph-loop@claude-plugins-official": true, + "security-guidance@claude-plugins-official": true, + "context7@claude-plugins-official": true, + "typescript-lsp@claude-plugins-official": true + }, + "effortLevel": "high", + "promptSuggestionEnabled": false, + "skipDangerousModePermissionPrompt": true +} -- cgit v1.2.3