25 lines
1.2 KiB
JSON
25 lines
1.2 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(where python3:*)",
|
|
"Bash(where py:*)",
|
|
"Bash(ls /c/Python*/python.exe)",
|
|
"Read(//c/Users/sandr/AppData/Local/Programs/**)",
|
|
"Bash(where node:*)",
|
|
"Bash(where npm:*)",
|
|
"Read(//c/Program Files/nodejs/**)",
|
|
"Read(//c/Users/sandr/AppData/Roaming/**)",
|
|
"Bash(\"/c/Program Files/nodejs/node.exe\" -v)",
|
|
"Bash(cmd.exe /c \"where node\")",
|
|
"Bash(powershell.exe -Command \"Get-Command node -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Source\")",
|
|
"Bash(powershell.exe -Command \"Get-Command python -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Source\")",
|
|
"Bash(powershell.exe -Command \"Get-ChildItem -Path ''C:\\\\Program Files'',''C:\\\\Program Files \\(x86\\)'',''C:\\\\Users\\\\sandr\\\\AppData\\\\Local\\\\Programs'' -Filter ''python.exe'' -Recurse -ErrorAction SilentlyContinue | Select-Object -First 5 -ExpandProperty FullName\")",
|
|
"Bash(command -v uvx)",
|
|
"Bash(command -v uv)",
|
|
"Bash(where uvx:*)",
|
|
"Bash(where uv:*)",
|
|
"Bash(cmd.exe /c \"where uvx\")",
|
|
"Read(//c/Users/sandr/.claude/**)"
|
|
]
|
|
}
|
|
}
|