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 | c14ae77f4461d33407e98a6a8ff821a1fa39c883 (patch) | |
| tree | cbdeef5dd38e30bd4e6bf0275f38e54753e000bd /dotfiles/common/.claude/settings.json | |
| parent | 9c327377d3fef1b3503a266793749fb5bf80ef42 (diff) | |
| download | archsetup-c14ae77f4461d33407e98a6a8ff821a1fa39c883.tar.gz archsetup-c14ae77f4461d33407e98a6a8ff821a1fa39c883.zip | |
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 +} |
