- Add ARCHITECTURE.md with full 4-VPS infrastructure details - Update vps-agents specs: 16GB RAM, 8 dedicated vCPUs - Fix vps-ci specs in diagrams (8GB not 4GB) - Update monthly cost to $228 - Fix /root/cleargrow paths to /opt/repos in CLAUDE.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
31 lines
528 B
JSON
31 lines
528 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash",
|
|
"Edit",
|
|
"Write",
|
|
"WebFetch",
|
|
"WebSearch",
|
|
"NotebookEdit",
|
|
"mcp__*"
|
|
],
|
|
"deny": [],
|
|
"ask": [],
|
|
"defaultMode": "default"
|
|
},
|
|
"alwaysThinkingEnabled": true,
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "python3 \"$CLAUDE_PROJECT_DIR/.claude/hooks/dangerous_command_check.py\""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|