Files
HC_APTBS/.claude/settings.local.json
2026-04-11 12:45:18 +02:00

29 lines
2.1 KiB
JSON

{
"permissions": {
"allow": [
"Bash(dotnet:*)",
"Bash(xargs ls:*)",
"Bash(ls \"C:\\\\Users\\\\herli\\\\Documents\\\\ClaudeProjects\\\\HC_APTBS\\\\Resources\\\\Native\"\" 2>/dev/null || echo \"Directory not found \")",
"Bash(grep -r \"PumpId\\\\|Pump.*Selector\\\\|PumpCombo\" /c/Users/herli/Documents/ClaudeProjects/HC_APTBS --include=*.cs --include=*.xaml)",
"Bash(grep -r \"Pumps\\\\|PumpID\" /c/Users/herli/Documents/ClaudeProjects/HC_APTBS/old_source --include=*.cs --include=*.xaml)",
"Bash(grep -r \"GetDevices\\\\|GetPorts\\\\|SerialPort\\\\|FindPort\\\\|ListPorts\" /c/Users/herli/Documents/ClaudeProjects/HC_APTBS/old_source --include=*.cs)",
"Bash(grep -l \"PumpDefinition\\\\|BenchConfiguration\" /c/Users/herli/Documents/ClaudeProjects/HC_APTBS/Models/*.cs)",
"Bash(find C:/Users/herli/Documents/ClaudeProjects/HC_APTBS/old_source -name *.xml -o -name *.dat -o -name *.data)",
"Bash(find C:/Users/herli/Documents/ClaudeProjects/HC_APTBS/old_source -name data.herlic -o -name data* -type f)",
"Bash(mkdir -p \"C:/Users/herli/.HC_APTBS/config\")",
"Bash(cp \"C:/Users/herli/AppData/Roaming/Local/ConfigH/nuevaconfig.xml\" \"C:/Users/herli/.HC_APTBS/config/pumps.xml\")",
"Bash(xargs grep:*)",
"Bash(grep -r \"KlineKeys\\\\|class.*Kline\" C:UsersherliDocumentsClaudeProjectsHC_APTBS --include=*.cs)",
"Bash(grep -r \"DetectKLinePort\\\\|GetKLinePort\" C:UsersherliDocumentsClaudeProjectsHC_APTBS --include=*.cs)",
"Bash(python3)",
"Bash(ls \"C:\\\\Users\\\\herli\\\\.claude\\\\settings\"*)",
"Bash(find \"C:\\\\Users\\\\herli\\\\Documents\\\\ClaudeProjects\\\\HC_APTBS\" -name \"*.cs\" -not -path \"*/old_source/*\" -not -path \"*/obj/*\" -not -path \"*/bin/*\" -exec wc -l {} +)",
"Skill(update-config)",
"Skill(update-config:*)",
"Bash(echo \"exit: $?\")",
"Bash(python3 -c ':*)",
"Bash(python3 -c \"import json; f=open\\('C:/Users/herli/Documents/ClaudeProjects/HC_APTBS/.claude/settings.json'\\); d=json.load\\(f\\); print\\('Valid JSON'\\); print\\('Hook command:', d['hooks']['PreToolUse'][0]['hooks'][0]['command'][:50]+'...'\\)\")"
]
}
}