mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-04 06:36:35 -08:00
45 lines
1020 B
Plaintext
45 lines
1020 B
Plaintext
{
|
|
"attribution": {
|
|
"commit": "",
|
|
"pr": ""
|
|
},
|
|
"permissions": {
|
|
"deny": [
|
|
"Read(.env)",
|
|
"Read(~/.aws/**)"
|
|
]
|
|
},
|
|
"hooks": {
|
|
"Notification": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "powershell.exe -Command \"[System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms'); [System.Windows.Forms.MessageBox]::Show('Claude Code needs your attention', 'Claude Code')\""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"enabledPlugins": {
|
|
"pyright-lsp@claude-plugins-official": true,
|
|
"typescript-lsp@claude-plugins-official": true,
|
|
"clangd-lsp@claude-plugins-official": true
|
|
},
|
|
"sandbox": {
|
|
"enabled": false,
|
|
"autoAllowBashIfSandboxed": true,
|
|
"network": {
|
|
"allowUnixSockets": [
|
|
"/var/run/docker.sock"
|
|
],
|
|
"allowLocalBinding": true
|
|
},
|
|
"excludedCommands": [
|
|
"docker"
|
|
]
|
|
},
|
|
"model": "haiku"
|
|
}
|