iiRecord
Agentic AI Atlas · Bash dispatch policy
tool-dispatch-policy:claude-code-basha5c.ai
II.
ToolDispatchPolicy JSON

tool-dispatch-policy:claude-code-bash

Structured · live

Bash dispatch policy json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-dispatch-policies/claude-code-bash.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}