{ "permissions": { "allow": ["Bash(docker exec:*)", "mcp__acai-code__*"] }, "hooks": { "PostToolUse": [ { "type": "command", "matcher": "Write|Edit", "command": "bash ${CLAUDE_PROJECT_DIR}/.claude/scripts/compile-on-save.sh", "timeout": 30 } ] } }