Files
devplatform/.claude/settings.json
CI System 368ac8ab1f docs: update ARCHITECTURE.md and fix paths
- 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>
2025-12-10 15:55:40 -07:00

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