diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-09 22:37:26 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-09 22:37:26 -0500 |
| commit | 52018b1ac41c355c965437beaeafedb96fa6f4ab (patch) | |
| tree | 37203ff717ba55284c48a0f763fc673714db426a /dotfiles/common/.claude/settings.json | |
| parent | db29606164ed14d76dd05222965c9cc08ddd0aa0 (diff) | |
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.
Diffstat (limited to 'dotfiles/common/.claude/settings.json')
| -rw-r--r-- | dotfiles/common/.claude/settings.json | 17 |
1 files changed, 17 insertions, 0 deletions
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 +} |
