|
7 | 7 | "commit": "", |
8 | 8 | "pr": "" |
9 | 9 | }, |
| 10 | + "model": "opus[1m]", |
10 | 11 | "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": [] |
12 | 42 | }, |
13 | | - "model": "opus[1m]", |
14 | 43 | "hooks": { |
15 | 44 | "PostToolUse": [ |
16 | 45 | { |
|
35 | 64 | } |
36 | 65 | ], |
37 | 66 | "PreToolUse": [ |
38 | | - { |
39 | | - "matcher": "Skill", |
40 | | - "hooks": [ |
41 | | - { |
42 | | - "type": "command", |
43 | | - "command": "npx -y ccstatusline@latest --hook" |
44 | | - } |
45 | | - ] |
46 | | - }, |
47 | 67 | { |
48 | 68 | "matcher": "Skill", |
49 | 69 | "hooks": [ |
|
64 | 84 | } |
65 | 85 | ], |
66 | 86 | "UserPromptSubmit": [ |
67 | | - { |
68 | | - "hooks": [ |
69 | | - { |
70 | | - "type": "command", |
71 | | - "command": "npx -y ccstatusline@latest --hook" |
72 | | - } |
73 | | - ] |
74 | | - }, |
75 | 87 | { |
76 | 88 | "hooks": [ |
77 | 89 | { |
|
93 | 105 | "rust-analyzer-lsp@claude-plugins-official": true, |
94 | 106 | "lua-lsp@claude-plugins-official": true, |
95 | 107 | "frontend-design@claude-plugins-official": true, |
| 108 | + "typescript-lsp@claude-plugins-official": true, |
| 109 | + "gcx@gcx-marketplace": true, |
96 | 110 | "superpowers@claude-plugins-official": true, |
97 | 111 | "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 |
100 | 118 | }, |
101 | 119 | "extraKnownMarketplaces": { |
| 120 | + "cedi-agent-plugins": { |
| 121 | + "source": { |
| 122 | + "source": "github", |
| 123 | + "repo": "cedi/agent-plugins" |
| 124 | + }, |
| 125 | + "autoUpdate": true |
| 126 | + }, |
102 | 127 | "gcx-marketplace": { |
103 | 128 | "source": { |
104 | 129 | "source": "github", |
|
108 | 133 | }, |
109 | 134 | "skipDangerousModePermissionPrompt": true, |
110 | 135 | "theme": "dark", |
111 | | - "skipAutoPermissionPrompt": true |
| 136 | + "useAutoModeDuringPlan": true |
112 | 137 | } |
0 commit comments