claude-home/monitoring/recovered-lxc300/settings.json
Cal Corum 28abde7c9f chore: add recovered CT 302 configs, archive tdarr scripts, clean up repo
- 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>
2026-03-01 00:41:41 -06:00

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"
}