{ "env": { "DISABLE_TELEMETRY": "1", "AGENT_NAME": "ejecutor" }, "permissions": { "allow": [ "mcp__agent-ui*" ], "deny": [ "Bash", "Edit", "Write", "Read", "Glob", "Grep", "WebFetch", "WebSearch", "Task", "NotebookEdit" ] }, "hooks": { "UserPromptSubmit": [ { "hooks": [ { "type": "command", "command": "powershell -NoProfile -File hooks/forward-hook.ps1 ejecutor", "timeout": 5000 } ] } ], "PreToolUse": [ { "matcher": ".*", "hooks": [ { "type": "command", "command": "powershell -NoProfile -File hooks/forward-hook.ps1 ejecutor", "timeout": 5000 } ] } ], "PostToolUse": [ { "matcher": ".*", "hooks": [ { "type": "command", "command": "powershell -NoProfile -File hooks/forward-hook.ps1 ejecutor", "timeout": 5000 } ] } ], "PostToolUseFailure": [ { "matcher": ".*", "hooks": [ { "type": "command", "command": "powershell -NoProfile -File hooks/forward-hook.ps1 ejecutor", "timeout": 5000 } ] } ], "SessionEnd": [ { "hooks": [ { "type": "command", "command": "powershell -NoProfile -File hooks/forward-hook.ps1 ejecutor", "timeout": 5000 } ] } ], "SessionStart": [ { "hooks": [ { "type": "command", "command": "powershell -NoProfile -File hooks/forward-hook.ps1 ejecutor", "timeout": 5000 } ] } ], "Notification": [ { "matcher": ".*", "hooks": [ { "type": "command", "command": "powershell -NoProfile -File hooks/forward-hook.ps1 ejecutor", "timeout": 5000 } ] } ], "PermissionRequest": [ { "matcher": ".*", "hooks": [ { "type": "command", "command": "powershell -NoProfile -File hooks/forward-hook.ps1 ejecutor", "timeout": 5000 } ] }, { "matcher": ".*", "hooks": [ { "type": "command", "command": "powershell -NoProfile -File hooks/approval-permission.ps1 ejecutor", "timeout": 130000 } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "powershell -NoProfile -File hooks/forward-hook.ps1 ejecutor", "timeout": 10000 } ] }, { "hooks": [ { "type": "command", "command": "powershell -NoProfile -File hooks/approval-plan.ps1 ejecutor", "timeout": 130000 } ] } ] } }