Files
modborno3/.claude/settings.local.json
2026-02-14 20:20:51 +01:00

23 lines
643 B
JSON

{
"permissions": {
"allow": [
"Bash(bash:*)",
"Bash(./modborno3:*)",
"Bash(timeout 10 python3:*)",
"Bash(timeout 8 python3:*)",
"Bash(for i in 1 2 3)",
"Bash(do echo \"=== Test $i ===\")",
"Bash(done)",
"Bash(1 echo \"Test wykonany. Analiza wyników:\" echo \"\" echo \"✓ POMYŚLNIE ODCZYTANE REJESTRY:\" grep \"OK.*elapsed\" /tmp/sun2k_test.log)",
"Read(//tmp/**)",
"Bash(for i in 1 2)",
"Bash(ls:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git -c http.sslVerify=false push)",
"Bash(git config:*)"
]
}
}