Skip to content

Commit 0b4ebf5

Browse files
committed
cleanup claude settings
1 parent 1658fda commit 0b4ebf5

1 file changed

Lines changed: 47 additions & 22 deletions

File tree

.claude/settings.json

Lines changed: 47 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,39 @@
77
"commit": "",
88
"pr": ""
99
},
10+
"model": "opus[1m]",
1011
"permissions": {
11-
"defaultMode": "auto"
12+
"defaultMode": "auto",
13+
"allow": [],
14+
"deny": [
15+
"Edit",
16+
"Read(//**/.aws/**)",
17+
"Read(//**/.azure/**)",
18+
"Read(//**/.kube/**)",
19+
"Read(//**/.config/gcloud/**)",
20+
"Read(//**/.env*)",
21+
"Read(//**/local.settings.json)",
22+
"Read(//**/*.tfstate*)",
23+
"Read(//**/*.tfplan)",
24+
"Read(//**/.terraform.d/**)",
25+
"Read(//**/.terraform.lock.hcl)",
26+
"Read(//**/.terraform/**)",
27+
"Read(//**/.terragrunt-cache/**)",
28+
"Read(//**/.ssh/**)",
29+
"Read(//**/.bash_history)",
30+
"Read(//**/.zsh_history)",
31+
"Read(//**/.python_history)",
32+
"Read(//**/.npmrc)",
33+
"Read(//**/.gitconfig)",
34+
"Read(//**/.git/**)",
35+
"Read(//**/.dockercfg)",
36+
"Read(//**/.docker/config.json)",
37+
"Read(//**/.vscode/**)",
38+
"Read(//**/.idea/**)",
39+
"Read(//**/mcp.json)"
40+
],
41+
"ask": []
1242
},
13-
"model": "opus[1m]",
1443
"hooks": {
1544
"PostToolUse": [
1645
{
@@ -35,15 +64,6 @@
3564
}
3665
],
3766
"PreToolUse": [
38-
{
39-
"matcher": "Skill",
40-
"hooks": [
41-
{
42-
"type": "command",
43-
"command": "npx -y ccstatusline@latest --hook"
44-
}
45-
]
46-
},
4767
{
4868
"matcher": "Skill",
4969
"hooks": [
@@ -64,14 +84,6 @@
6484
}
6585
],
6686
"UserPromptSubmit": [
67-
{
68-
"hooks": [
69-
{
70-
"type": "command",
71-
"command": "npx -y ccstatusline@latest --hook"
72-
}
73-
]
74-
},
7587
{
7688
"hooks": [
7789
{
@@ -93,12 +105,25 @@
93105
"rust-analyzer-lsp@claude-plugins-official": true,
94106
"lua-lsp@claude-plugins-official": true,
95107
"frontend-design@claude-plugins-official": true,
108+
"typescript-lsp@claude-plugins-official": true,
109+
"gcx@gcx-marketplace": true,
96110
"superpowers@claude-plugins-official": true,
97111
"claude-md-management@claude-plugins-official": true,
98-
"typescript-lsp@claude-plugins-official": true,
99-
"gcx@gcx-marketplace": true
112+
"gopls-lsp@claude-plugins-official": true,
113+
"git-workflows@cedi-agent-plugins": true,
114+
"documentation@cedi-agent-plugins": true,
115+
"tpm@cedi-agent-plugins": true,
116+
"product-design@cedi-agent-plugins": true,
117+
"mental-models@cedi-agent-plugins": true
100118
},
101119
"extraKnownMarketplaces": {
120+
"cedi-agent-plugins": {
121+
"source": {
122+
"source": "github",
123+
"repo": "cedi/agent-plugins"
124+
},
125+
"autoUpdate": true
126+
},
102127
"gcx-marketplace": {
103128
"source": {
104129
"source": "github",
@@ -108,5 +133,5 @@
108133
},
109134
"skipDangerousModePermissionPrompt": true,
110135
"theme": "dark",
111-
"skipAutoPermissionPrompt": true
136+
"useAutoModeDuringPlan": true
112137
}

0 commit comments

Comments
 (0)