- Add recovered LXC 300/302 server-diagnostics configs as reference (headless Claude permission patterns, health check client) - Archive decommissioned tdarr monitoring scripts - Gitignore rpg-art/ directory - Delete stray temp files and swarm-test/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
588 B
JSON
27 lines
588 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python3 ~/.claude/skills/server-diagnostics/client.py:*)",
|
|
"Bash(ssh -i ~/.ssh/claude_diagnostics_key:*)",
|
|
"Read(~/.claude/skills/**)",
|
|
"Read(~/.claude/logs/**)",
|
|
"Glob(*)",
|
|
"Grep(*)"
|
|
],
|
|
"deny": [
|
|
"Bash(rm -rf:*)",
|
|
"Bash(rm -r /:*)",
|
|
"Bash(dd:*)",
|
|
"Bash(mkfs:*)",
|
|
"Bash(shutdown:*)",
|
|
"Bash(reboot:*)",
|
|
"Bash(*> /dev/sd*)",
|
|
"Bash(chmod 777:*)",
|
|
"Bash(*|sh)",
|
|
"Bash(*curl*|*bash*)",
|
|
"Bash(*wget*|*bash*)"
|
|
]
|
|
},
|
|
"model": "sonnet"
|
|
}
|