{
"id": "tool-dispatch-policy:claude-code-bash",
"_kind": "ToolDispatchPolicy",
"_file": "extensions/tool-dispatch-policies/claude-code-bash.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Bash dispatch policy",
"isConcurrencySafe": false,
"isReadOnly": false,
"isDestructive": false,
"interruptBehavior": "cancel",
"isOpenWorld": true,
"shouldDefer": false,
"requiresPermissionGate": true,
"parentDispatchPattern": "strict-serial"
},
"outgoingEdges": [
{
"from": "tool-dispatch-policy:claude-code-bash",
"to": "tool-descriptor:bash",
"kind": "dispatch_policy_for_tool",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "tool-dispatch-policy:claude-code-bash",
"kind": "has_dispatch_policy",
"attributes": {}
}
]
}