nzbhydra2/.claude/settings.local.json
TheOtherP d72623435a
Some checks are pending
system-test / waitForNative (push) Waiting to run
system-test / buildMockserver (push) Waiting to run
system-test / runSystemTestsLinux (map[name:core port:5076]) (push) Blocked by required conditions
system-test / runSystemTestsLinux (map[name:v1Migration port:5077]) (push) Blocked by required conditions
system-test / runSystemTestsWindows (push) Blocked by required conditions
Truncate notifications when saving to db
Closes #1040
2026-01-30 14:55:29 +01:00

25 lines
646 B
JSON

{
"permissions": {
"allow": [
"mcp__github__get_issue",
"Bash(find:*)",
"Bash(mvn clean:*)",
"mcp__jetbrains__get_file_problems",
"mcp__jetbrains__open_file_in_editor",
"mcp__jetbrains__get_run_configurations",
"mcp__jetbrains__execute_run_configuration",
"mcp__jetbrains__search_in_files_by_text",
"Bash(mvn compile:*)",
"Bash(mvn test:*)",
"Bash(mvn help:describe:*)",
"mcp__github__get_commit",
"Bash(findstr:*)",
"Bash(dir \"c:\\\\temp\\\\hydrastats\")",
"Bash(gh issue view:*)",
"Bash(gh api:*)"
],
"deny": [],
"ask": []
}
}